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 marksman
clang-tools clang-tools
cmake-language-server cmake-language-server
texlab
]; ];
# symlink for a stable path # symlink for a stable path

View File

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

View File

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