diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/csharp_ls.lua')
| -rw-r--r-- | lsp/csharp_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/csharp_ls.lua b/lsp/csharp_ls.lua index e44bc81a..77645925 100644 --- a/lsp/csharp_ls.lua +++ b/lsp/csharp_ls.lua @@ -10,6 +10,7 @@ local util = require 'lspconfig.util' +---@type vim.lsp.Config return { cmd = { 'csharp-ls' }, root_dir = function(bufnr, on_dir) |
