Compare commits
No commits in common. "3d950bd0775e2c9f8f5aab1ff6298fd03dd3374d" and "613a50572e818f99f6a4a513764334708fcf78f0" have entirely different histories.
3d950bd077
...
613a50572e
10
init.lua
10
init.lua
@ -697,15 +697,7 @@ require('lazy').setup({
|
||||
},
|
||||
cmake = {},
|
||||
julials = {},
|
||||
texlab = {
|
||||
settings = {
|
||||
texlab = {
|
||||
latexindent = {
|
||||
['local'] = '/home/max/.config/latexindent/latexindent.yaml',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
texlab = {},
|
||||
bashls = {},
|
||||
-- gopls = {},
|
||||
-- pyright = {},
|
||||
|
||||
@ -88,11 +88,6 @@ return {
|
||||
init = function()
|
||||
-- VimTeX configuration goes here, e.g.
|
||||
vim.g.vimtex_view_method = 'zathura'
|
||||
vim.g.vimtex_compiler_latexmk = {
|
||||
options = {
|
||||
'-shell-escape',
|
||||
},
|
||||
}
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user