chore(nvim): cleaned config a bit

This commit is contained in:
2024-03-03 16:58:37 +00:00
parent 0dc317e3b7
commit 7117f8beb0
8 changed files with 83 additions and 197 deletions

View File

@@ -1,2 +1,2 @@
vim.g.vimtex_view_method = 'zathura'
vim.g.vimtex_compiler_methor = 'latexmk'
vim.g.vimtex_view_method = 'skim'
vim.g.vimtex_compiler_methor = 'pdflatex'