Git commit 88dcaab45ae5b735eb7e5f01a0aeec662cc3cf06 by Mark Nauwelaerts. Committed on 10/02/2023 at 12:10. Pushed by cullmann into branch 'master'.
docs: fix lspclient example configuration M +1 -1 doc/kate/plugins.docbook https://invent.kde.org/utilities/kate/commit/88dcaab45ae5b735eb7e5f01a0aeec662cc3cf06 diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook index 618e9ad37..f7c6b0e53 100644 --- a/doc/kate/plugins.docbook +++ b/doc/kate/plugins.docbook @@ -2729,7 +2729,7 @@ fragment can be entered in LSPClient plugin's "User Server Settings": { "python": { - "command": ["pylsp_in_env"], ["%{Project:NativePath}"], + "command": ["pylsp_in_env", "%{Project:NativePath}"], "root": "." } }
