nvim: Add LaTeX LSP support and fix healtcheck errors
This commit is contained in:
parent
b543fe2ddc
commit
ccac03f685
2 changed files with 11 additions and 0 deletions
5
dotfiles/nvim/lua/plugins/lsp/latex.lua
Normal file
5
dotfiles/nvim/lua/plugins/lsp/latex.lua
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
return function ()
|
||||||
|
require"lspconfig".texlab.setup {
|
||||||
|
capabilities = require"cmp_nvim_lsp".default_capabilities()
|
||||||
|
}
|
||||||
|
end
|
|
@ -15,6 +15,12 @@
|
||||||
basedpyright
|
basedpyright
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
zathura
|
zathura
|
||||||
|
git
|
||||||
|
texliveFull
|
||||||
|
luajitPackages.jsregexp
|
||||||
|
luajitPackages.luarocks
|
||||||
|
fd
|
||||||
|
texlab
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue