diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-03-11 11:32:08 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-03-11 11:32:08 +0000 |
| commit | 8a1529e46eef5efc86c34c8d9bdd313abc2ecba0 (patch) | |
| tree | 0d39f1d313507a449091061a0becd58280becfa7 | |
| parent | Merge pull request #3641 from AThePeanut4/rename-systemd-ls (diff) | |
| download | nvim-lspconfig-8a1529e46eef5efc86c34c8d9bdd313abc2ecba0.tar nvim-lspconfig-8a1529e46eef5efc86c34c8d9bdd313abc2ecba0.tar.gz nvim-lspconfig-8a1529e46eef5efc86c34c8d9bdd313abc2ecba0.tar.bz2 nvim-lspconfig-8a1529e46eef5efc86c34c8d9bdd313abc2ecba0.tar.lz nvim-lspconfig-8a1529e46eef5efc86c34c8d9bdd313abc2ecba0.tar.xz nvim-lspconfig-8a1529e46eef5efc86c34c8d9bdd313abc2ecba0.tar.zst nvim-lspconfig-8a1529e46eef5efc86c34c8d9bdd313abc2ecba0.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 8 | ||||
| -rw-r--r-- | doc/configs.txt | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/configs.md b/doc/configs.md index e7855ea4..32972d13 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -304,7 +304,7 @@ Nvim by running `:help lspconfig-all`. - [svls](#svls) - [swift_mesonls](#swift_mesonls) - [syntax_tree](#syntax_tree) -- [systemd-language-server](#systemd-language-server) +- [systemd_ls](#systemd_ls) - [tabby_ml](#tabby_ml) - [tailwindcss](#tailwindcss) - [taplo](#taplo) @@ -10538,7 +10538,7 @@ Default config: - `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/syntax_tree.lua:4](../lua/lspconfig/configs/syntax_tree.lua#L4) -## systemd-language-server +## systemd_ls https://github.com/psacawa/systemd-language-server @@ -10551,7 +10551,7 @@ Language Server for Systemd unit files Snippet to enable the language server: ```lua -require'lspconfig'.systemd-language-server.setup{} +require'lspconfig'.systemd_ls.setup{} ``` Default config: @@ -10563,7 +10563,7 @@ Default config: ```lua { "systemd" } ``` -- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/systemd-language-server.lua:2](../lua/lspconfig/configs/systemd-language-server.lua#L2) +- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/systemd_ls.lua:2](../lua/lspconfig/configs/systemd_ls.lua#L2) - `single_file_support` : `true` diff --git a/doc/configs.txt b/doc/configs.txt index e7855ea4..32972d13 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -304,7 +304,7 @@ Nvim by running `:help lspconfig-all`. - [svls](#svls) - [swift_mesonls](#swift_mesonls) - [syntax_tree](#syntax_tree) -- [systemd-language-server](#systemd-language-server) +- [systemd_ls](#systemd_ls) - [tabby_ml](#tabby_ml) - [tailwindcss](#tailwindcss) - [taplo](#taplo) @@ -10538,7 +10538,7 @@ Default config: - `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/syntax_tree.lua:4](../lua/lspconfig/configs/syntax_tree.lua#L4) -## systemd-language-server +## systemd_ls https://github.com/psacawa/systemd-language-server @@ -10551,7 +10551,7 @@ Language Server for Systemd unit files Snippet to enable the language server: ```lua -require'lspconfig'.systemd-language-server.setup{} +require'lspconfig'.systemd_ls.setup{} ``` Default config: @@ -10563,7 +10563,7 @@ Default config: ```lua { "systemd" } ``` -- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/systemd-language-server.lua:2](../lua/lspconfig/configs/systemd-language-server.lua#L2) +- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/systemd_ls.lua:2](../lua/lspconfig/configs/systemd_ls.lua#L2) - `single_file_support` : `true` |
