diff options
Diffstat (limited to 'lsp/neocmake.lua')
| -rw-r--r-- | lsp/neocmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/neocmake.lua b/lsp/neocmake.lua index 8d066b01..cbf38165 100644 --- a/lsp/neocmake.lua +++ b/lsp/neocmake.lua @@ -15,6 +15,7 @@ --- capabilities = capabilities, --- }) --- ``` +---@type vim.lsp.Config return { cmd = { 'neocmakelsp', '--stdio' }, filetypes = { 'cmake' }, |
