diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-12-30 07:57:19 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-12-30 07:57:19 +0000 |
| commit | 41ceb6bba3a40128b7841f5b7f5a9dae7201e823 (patch) | |
| tree | cc00302424e4c6a43e5373be1b4bc00c45c6ab34 | |
| parent | feat!: deprecate systemd_ls in favor of systemd_lsp #4262 (diff) | |
| download | nvim-lspconfig-master.tar nvim-lspconfig-master.tar.gz nvim-lspconfig-master.tar.bz2 nvim-lspconfig-master.tar.lz nvim-lspconfig-master.tar.xz nvim-lspconfig-master.tar.zst nvim-lspconfig-master.zip | |
skip-checks: true
| -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 |
