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 /doc/configs.md | |
| parent | feat!: deprecate systemd_ls in favor of systemd_lsp #4262 (diff) | |
| download | nvim-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.md
skip-checks: true
Diffstat (limited to 'doc/configs.md')
| -rw-r--r-- | doc/configs.md | 22 |
1 files changed, 2 insertions, 20 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" } - ``` + --- |
