refact
This commit is contained in:
parent
89dad836a2
commit
b0112c069b
7 changed files with 102 additions and 85 deletions
8
lua/custom/plugins/vimtex.lua
Normal file
8
lua/custom/plugins/vimtex.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'lervag/vimtex',
|
||||
lazy = false, -- we don't want to lazy load VimTeX
|
||||
init = function()
|
||||
-- VimTeX configuration goes here, e.g.
|
||||
vim.g.vimtex_view_method = 'zathura'
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue