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 = {
|
||||
settings = {
|
||||
build = {
|
||||
executable = "tectonic",
|
||||
args = {
|
||||
"-X",
|
||||
"compile",
|
||||
"%f",
|
||||
"--syntex",
|
||||
"--keep-logs",
|
||||
"--keep-intermediates"
|
||||
}
|
||||
}
|
||||
}
|
||||
-- build = {
|
||||
-- executable = "tectonic",
|
||||
-- args = {
|
||||
-- "-X",
|
||||
-- "compile",
|
||||
-- "%f",
|
||||
-- "--synctex",
|
||||
-- "--keep-logs",
|
||||
-- "--keep-intermediates"
|
||||
-- }
|
||||
-- }
|
||||
},
|
||||
|
||||
-- Require vscode-langservers-extracted
|
||||
|
|
|
@ -13,6 +13,10 @@ return {
|
|||
"MunifTanjim/nui.nvim",
|
||||
},
|
||||
config = function ()
|
||||
require('neo-tree').setup {}
|
||||
require('neo-tree').setup {
|
||||
window = {
|
||||
width = 36
|
||||
}
|
||||
}
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue