update
This commit is contained in:
parent
34e7d29aa7
commit
c225ecda9a
8 changed files with 201 additions and 48 deletions
9
lua/custom/plugins/vimtex.lua
Normal file
9
lua/custom/plugins/vimtex.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"lervag/vimtex",
|
||||
lazy = false, -- we don't want to lazy load VimTeX
|
||||
-- tag = "v2.15", -- uncomment to pin to a specific release
|
||||
init = function()
|
||||
-- VimTeX configuration goes here, e.g.
|
||||
vim.g.vimtex_view_method = "skim"
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue