Moved configs to seperate files

This commit is contained in:
angryluck 2024-05-28 21:08:24 +02:00
parent fdb565ce87
commit 3b96ad1b57
26 changed files with 578 additions and 229 deletions

View file

@ -1,6 +0,0 @@
return {
"lervag/vimtex",
config = function()
vim.g.vimtex_view_method = 'zathura'
end,
}