feat(nvim): switch to cmp and add package-info

This commit is contained in:
matt1432 2024-07-28 02:54:34 -04:00
parent b09cceb259
commit d4d98bba73
12 changed files with 165 additions and 73 deletions
common/home/neovim/langs

View file

@ -26,9 +26,10 @@ in
# lua
''
local lsp = require('lspconfig');
local coq = require('coq');
lsp.texlab.setup(coq.lsp_ensure_capabilities({
lsp.texlab.setup({
capabilities = require('cmp_nvim_lsp').default_capabilities(),
settings = {
texlab = {
formatterLineLength = 100,
@ -39,7 +40,7 @@ in
},
},
},
}));
});
'';
plugins = [