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