1
Fork 0

nvim: Add LaTeX LSP support and fix healtcheck errors

This commit is contained in:
caem 2024-07-28 00:18:15 +02:00
parent b543fe2ddc
commit ccac03f685
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,5 @@
return function ()
require"lspconfig".texlab.setup {
capabilities = require"cmp_nvim_lsp".default_capabilities()
}
end

View file

@ -15,6 +15,12 @@
basedpyright
rust-analyzer
zathura
git
texliveFull
luajitPackages.jsregexp
luajitPackages.luarocks
fd
texlab
];
};