diff options
Diffstat (limited to 'config/nvim/lua/plugins/latex.lua')
| -rw-r--r-- | config/nvim/lua/plugins/latex.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/nvim/lua/plugins/latex.lua b/config/nvim/lua/plugins/latex.lua new file mode 100644 index 0000000..991eea3 --- /dev/null +++ b/config/nvim/lua/plugins/latex.lua @@ -0,0 +1,9 @@ +return { + { + "lervag/vimtex", + lazy = false, + init = function() + vim.g.vimtex_quickfix_mode = 0 + end + } +} |
