Moved configs to seperate files
This commit is contained in:
parent
fdb565ce87
commit
3b96ad1b57
26 changed files with 578 additions and 229 deletions
6
lua/angryluck/plugins/vimtex.lua
Normal file
6
lua/angryluck/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