nvim: run a formatted and update autocmds to new 0.7 api
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
-- ignore certain errors
|
||||
vim.g.vimtex_quickfix_ignore_filters = { 'Underfull', 'Overfull', 'babel' }
|
||||
vim.g.vimtex_quickfix_ignore_filters = { "Underfull", "Overfull", "babel" }
|
||||
|
||||
-- use zathura as the pdf viewer
|
||||
vim.g.vimtex_view_general_viewer = 'zathura'
|
||||
vim.g.vimtex_view_general_viewer = "zathura"
|
||||
|
||||
Reference in New Issue
Block a user