Compare commits
2 Commits
93419a2f6d
...
2161fcd901
Author | SHA1 | Date |
---|---|---|
iGor milhit | 2161fcd901 | |
iGor milhit | 36a5e806a4 |
24
init.lua
24
init.lua
|
@ -471,19 +471,17 @@ local servers = {
|
||||||
},
|
},
|
||||||
|
|
||||||
texlab = {
|
texlab = {
|
||||||
settings = {
|
-- build = {
|
||||||
build = {
|
-- executable = "tectonic",
|
||||||
executable = "tectonic",
|
-- args = {
|
||||||
args = {
|
-- "-X",
|
||||||
"-X",
|
-- "compile",
|
||||||
"compile",
|
-- "%f",
|
||||||
"%f",
|
-- "--synctex",
|
||||||
"--syntex",
|
-- "--keep-logs",
|
||||||
"--keep-logs",
|
-- "--keep-intermediates"
|
||||||
"--keep-intermediates"
|
-- }
|
||||||
}
|
-- }
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Require vscode-langservers-extracted
|
-- Require vscode-langservers-extracted
|
||||||
|
|
|
@ -13,6 +13,10 @@ return {
|
||||||
"MunifTanjim/nui.nvim",
|
"MunifTanjim/nui.nvim",
|
||||||
},
|
},
|
||||||
config = function ()
|
config = function ()
|
||||||
require('neo-tree').setup {}
|
require('neo-tree').setup {
|
||||||
|
window = {
|
||||||
|
width = 36
|
||||||
|
}
|
||||||
|
}
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue