cmake lsp

This commit is contained in:
2022-06-20 11:51:31 +10:00
parent d8d50d8d12
commit 0ccac70bda
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -128,6 +128,11 @@ lua <<EOF
single_file_support = false, --- Don't launch LSP if the directory does not have LSP metadata
}
lspconfig.cmake.setup {
on_attach = custom_on_attach,
capabilities = custom_capabilities,
}
-- Autocomplete Setup
-- ===========================================================================
local luasnip = require 'luasnip'