Compare commits

..

No commits in common. "2161fcd901ee43b81d7e51d7a27a13e0b5c356cc" and "93419a2f6dc7ce7c04f1acfc5d45bd3aeddda264" have entirely different histories.

2 changed files with 14 additions and 16 deletions

View File

@ -471,17 +471,19 @@ local servers = {
},
texlab = {
-- build = {
-- executable = "tectonic",
-- args = {
-- "-X",
-- "compile",
-- "%f",
-- "--synctex",
-- "--keep-logs",
-- "--keep-intermediates"
-- }
-- }
settings = {
build = {
executable = "tectonic",
args = {
"-X",
"compile",
"%f",
"--syntex",
"--keep-logs",
"--keep-intermediates"
}
}
}
},
-- Require vscode-langservers-extracted

View File

@ -13,10 +13,6 @@ return {
"MunifTanjim/nui.nvim",
},
config = function ()
require('neo-tree').setup {
window = {
width = 36
}
}
require('neo-tree').setup {}
end,
}