diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/systemd_ls.lua')
| -rw-r--r-- | lsp/systemd_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/systemd_ls.lua b/lsp/systemd_ls.lua index 409ab633..fc184247 100644 --- a/lsp/systemd_ls.lua +++ b/lsp/systemd_ls.lua @@ -8,6 +8,7 @@ --- ``` --- --- Language Server for Systemd unit files +---@type vim.lsp.Config return { cmd = { 'systemd-language-server' }, filetypes = { 'systemd' }, |
