diff options
Diffstat (limited to 'doc/configs.txt')
| -rw-r--r-- | doc/configs.txt | 37 |
1 files changed, 31 insertions, 6 deletions
diff --git a/doc/configs.txt b/doc/configs.txt index fca30afe..cbea4c47 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1592,11 +1592,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g0197f13ed4" + version = "0.12.0-dev+g64eb2731da" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g0197f13ed4" + version = "0.12.0-dev+g64eb2731da" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:106 @@ -3461,20 +3461,20 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g0197f13ed4" + version = "0.12.0-dev+g64eb2731da" }, editorPluginInfo = { name = "Neovim LSP", - version = "0.12.0-dev+g0197f13ed4" + version = "0.12.0-dev+g64eb2731da" }, extension = { name = "Neovim LSP Client", - version = "0.12.0-dev+g0197f13ed4" + version = "0.12.0-dev+g64eb2731da" }, ide = { name = "Neovim", vendor = "Neovim", - version = "0.12.0-dev+g0197f13ed4" + version = "0.12.0-dev+g64eb2731da" } } - on_attach (use "gF" to view): ../lsp/gitlab_duo.lua:317 @@ -8876,6 +8876,31 @@ Default config: < ------------------------------------------------------------------------------ +systemd_lsp + +https://github.com/JFryy/systemd-lsp + +A Language Server Protocol (LSP) implementation for Systemd unit files, +providing editing support with syntax highlighting, +diagnostics, autocompletion, and documentation. + +`systemd-lsp` can be installed via `cargo` >sh + cargo install systemd-lsp + +A language server implementation for Systemd unit files made in Rust. + +Snippet to enable the language server: >lua + vim.lsp.enable('systemd_lsp') + + +Default config: +- cmd: >lua + { "systemd-lsp" } +- filetypes: >lua + { "systemd" } +< + +------------------------------------------------------------------------------ tabby_ml https://tabby.tabbyml.com/blog/running-tabby-as-a-language-server |
