summaryrefslogtreecommitdiffstats
path: root/ftplugin/tex/vimtex.lua
blob: b1b0951e4e791368831c0386bcb36438ad81162b (plain)
1
2
3
4
5
vim.g.tex_flavor='latex'

vim.g.vimtex_quickfix_open_on_warning = 0
vim.opt.conceallevel = 1
vim.keymap.set('n', '<leader>ll', '<Cmd>VimtexCompile<CR>', {} )