this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 10 lines 268 B view raw
1return { 2 'lervag/vimtex', 3 config = function() 4 vim.g.vimtex_view_method = 'zathura' 5 vim.conceallevel="0" 6 vim.g.tex_conceal="0" 7 vim.g.vimtex_quickfix_ignore_filters = { 8 'Package inputenc Warning', 9 } 10 end }