My own first version of kickstart.nvim
This commit is contained in:
parent
3668af39f4
commit
dc41cd1fc2
16 changed files with 305 additions and 93 deletions
6
lua/custom/plugins/vimtex.lua
Normal file
6
lua/custom/plugins/vimtex.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"lervag/vimtex",
|
||||
config = function()
|
||||
vim.g.vimtex_view_method = 'zathura'
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue