Compare commits

..

No commits in common. "3d950bd0775e2c9f8f5aab1ff6298fd03dd3374d" and "613a50572e818f99f6a4a513764334708fcf78f0" have entirely different histories.

2 changed files with 1 additions and 14 deletions

View File

@ -697,15 +697,7 @@ require('lazy').setup({
},
cmake = {},
julials = {},
texlab = {
settings = {
texlab = {
latexindent = {
['local'] = '/home/max/.config/latexindent/latexindent.yaml',
},
},
},
},
texlab = {},
bashls = {},
-- gopls = {},
-- pyright = {},

View File

@ -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,
},
}