Add vimtex plugin
This commit is contained in:
parent
b92cdd6031
commit
2ac5714593
10
lua/custom/plugins/vimtex.lua
Normal file
10
lua/custom/plugins/vimtex.lua
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
return {
|
||||||
|
'lervag/vimtex',
|
||||||
|
lazy = false, -- we don't want to lazy load VimTeX
|
||||||
|
init = function()
|
||||||
|
vim.g.vimtex_view_method = 'skim'
|
||||||
|
|
||||||
|
vim.g.vimtex_syntax_enabled = 0
|
||||||
|
-- vim.g.vimtex_compiler_method = "latexmk"
|
||||||
|
end,
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user