parent
b09cceb259
commit
d4d98bba73
12 changed files with 165 additions and 73 deletions
common/home/neovim/langs
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue