summaryrefslogtreecommitdiffstats
path: root/ftplugin/tex/vimtex.lua
blob: dfabf6df9d441f87b4984c48261250e4c41b84e7 (plain)
1
2
3
vim.g.vimtex_quickfix_open_on_warning = 0
vim.opt.conceallevel = 1
vim.keymap.set('n', '<leader>ll', '<Cmd>VimtexCompile<CR>', {} )