Compare commits
No commits in common. "2161fcd901ee43b81d7e51d7a27a13e0b5c356cc" and "93419a2f6dc7ce7c04f1acfc5d45bd3aeddda264" have entirely different histories.
2161fcd901
...
93419a2f6d
24
init.lua
24
init.lua
|
@ -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
|
||||
|
|
|
@ -13,10 +13,6 @@ return {
|
|||
"MunifTanjim/nui.nvim",
|
||||
},
|
||||
config = function ()
|
||||
require('neo-tree').setup {
|
||||
window = {
|
||||
width = 36
|
||||
}
|
||||
}
|
||||
require('neo-tree').setup {}
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue