End of config for now

This commit is contained in:
2023-12-30 18:35:52 +01:00
parent c6fc077654
commit 9d87a5985d
21 changed files with 490 additions and 131 deletions

View File

@@ -0,0 +1,6 @@
local ok, cmp_nvim_lsp = pcall(require, "cmp_nvim_lsp")
if not ok then
return
end
return cmp_nvim_lsp.default_capabilities()