Initial commit for public dots
This commit is contained in:
5
.config/nvim/lua/plugins/vimtex.lua
Normal file
5
.config/nvim/lua/plugins/vimtex.lua
Normal file
@ -0,0 +1,5 @@
|
||||
-- ignore certain errors
|
||||
vim.g.vimtex_quickfix_ignore_filters = { 'Underfull', 'Overfull', 'babel' }
|
||||
|
||||
-- use zathura as the pdf viewer
|
||||
vim.g.vimtex_view_general_viewer = 'zathura'
|
||||
Reference in New Issue
Block a user