diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/guile_ls.lua')
| -rw-r--r-- | lsp/guile_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/guile_ls.lua b/lsp/guile_ls.lua index 8beb2530..ad7c69cd 100644 --- a/lsp/guile_ls.lua +++ b/lsp/guile_ls.lua @@ -10,6 +10,7 @@ --- Checkout the repo for more info. --- --- Note: This LSP will start on `scheme.guile` filetype. You can set this file type using `:help modeline` or adding https://gitlab.com/HiPhish/guile.vim to your plugins to automatically set it. +---@type vim.lsp.Config return { cmd = { 'guile-lsp-server' }, filetypes = { |
