feat(neovim): add latex lsp and evince as pdf viewer

main
mandlm 2024-02-20 21:39:06 +01:00
parent 766c2356da
commit 4abb8b2845
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
3 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@
marksman
clang-tools
cmake-language-server
texlab
];
# symlink for a stable path

View File

@ -103,6 +103,7 @@ local servers = {
["pyright"] = {},
["rnix"] = {},
["terraformls"] = {},
["texlab"] = {},
["tflint"] = {},
["tsserver"] = {},
["yamlls"] = {

View File

@ -33,6 +33,7 @@
gimp
joplin
joplin-desktop
evince
];
stateVersion = "22.05";