this repo has no description
1
fork

Configure Feed

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

at d687e23b618ef8a1cd2f6f9df2b8c0f9564e3bfb 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 }