diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-19 10:20:54 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-19 10:20:54 +0200 |
| commit | 7708d5cbb40a78b3cf16bef41d45fbc33958cd39 (patch) | |
| tree | 94817026ecf839e4b15ddb77c1d65dd081532711 /config/nvim/lua/plugins/latex.lua | |
| parent | 480348edc96ca3d3bc26d8623a4c962d201e97dd (diff) | |
feat(nvim): support latex
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 + } +} |
