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 = { texlab = {
-- build = { settings = {
-- executable = "tectonic", build = {
-- args = { executable = "tectonic",
-- "-X", args = {
-- "compile", "-X",
-- "%f", "compile",
-- "--synctex", "%f",
-- "--keep-logs", "--syntex",
-- "--keep-intermediates" "--keep-logs",
-- } "--keep-intermediates"
-- } }
}
}
}, },
-- Require vscode-langservers-extracted -- Require vscode-langservers-extracted

View File

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