diff options
| -rw-r--r-- | doc/configs.md | 22 | ||||
| -rw-r--r-- | doc/configs.txt | 15 |
2 files changed, 4 insertions, 33 deletions
diff --git a/doc/configs.md b/doc/configs.md index a2e4d2a1..b7ffa45b 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -11979,14 +11979,7 @@ Default config: ## systemd_ls -https://github.com/psacawa/systemd-language-server - -`systemd-language-server` can be installed via `pip`: -```sh -pip install systemd-language-server -``` - -Language Server for Systemd unit files +stack overflow Snippet to enable the language server: ```lua @@ -11994,18 +11987,7 @@ vim.lsp.enable('systemd_ls') ``` Default config: -- `cmd` : - ```lua - { "systemd-language-server" } - ``` -- `filetypes` : - ```lua - { "systemd" } - ``` -- `root_markers` : - ```lua - { ".git" } - ``` + --- diff --git a/doc/configs.txt b/doc/configs.txt index 74d341b8..c02c1aad 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -8878,25 +8878,14 @@ Default config: ------------------------------------------------------------------------------ systemd_ls -https://github.com/psacawa/systemd-language-server - -`systemd-language-server` can be installed via `pip` >sh - pip install systemd-language-server - -Language Server for Systemd unit files +loop or previous error loading module 'lsp.systemd_ls' Snippet to enable the language server: >lua vim.lsp.enable('systemd_ls') Default config: -- cmd: >lua - { "systemd-language-server" } -- filetypes: >lua - { "systemd" } -- root_markers: >lua - { ".git" } -< + ------------------------------------------------------------------------------ systemd_lsp |
