aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-12-30 07:57:19 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-12-30 07:57:19 +0000
commit41ceb6bba3a40128b7841f5b7f5a9dae7201e823 (patch)
treecc00302424e4c6a43e5373be1b4bc00c45c6ab34
parentfeat!: deprecate systemd_ls in favor of systemd_lsp #4262 (diff)
downloadnvim-lspconfig-41ceb6bba3a40128b7841f5b7f5a9dae7201e823.tar
nvim-lspconfig-41ceb6bba3a40128b7841f5b7f5a9dae7201e823.tar.gz
nvim-lspconfig-41ceb6bba3a40128b7841f5b7f5a9dae7201e823.tar.bz2
nvim-lspconfig-41ceb6bba3a40128b7841f5b7f5a9dae7201e823.tar.lz
nvim-lspconfig-41ceb6bba3a40128b7841f5b7f5a9dae7201e823.tar.xz
nvim-lspconfig-41ceb6bba3a40128b7841f5b7f5a9dae7201e823.tar.zst
nvim-lspconfig-41ceb6bba3a40128b7841f5b7f5a9dae7201e823.zip
docs: update configs.mdHEADmaster
skip-checks: true
-rw-r--r--doc/configs.md22
-rw-r--r--doc/configs.txt15
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