diff options
| -rw-r--r-- | lsp/systemd_ls.lua | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/lsp/systemd_ls.lua b/lsp/systemd_ls.lua index b93f68a9..7d9f975e 100644 --- a/lsp/systemd_ls.lua +++ b/lsp/systemd_ls.lua @@ -1,17 +1,8 @@ ---@brief --- ---- 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 +--- Renamed to [systemd_lsp](#systemd_lsp) + +vim.deprecate('systemd_ls', 'systemd_lsp', '2.0.0', 'nvim-lspconfig', false) ---@type vim.lsp.Config -return { - cmd = { 'systemd-language-server' }, - filetypes = { 'systemd' }, - root_markers = { '.git' }, -} +return vim.lsp.config.systemd_ls |
