summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 1500d07..ef96214 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -48,7 +48,7 @@ require("lazy").setup({
{ "junegunn/goyo.vim", ft = { 'markdown', 'markdown.pandoc', 'tex', 'c' } },
{ "junegunn/limelight.vim", ft = { 'markdown', 'markdown.pandoc', 'tex', 'c' } },
{ "vim-pandoc/vim-pandoc-syntax", ft = { 'markdown', 'markdown.pandoc' } },
- { "lervag/vimtex", ft = { 'tex' } },
+ { "lervag/vimtex", ft = { 'tex' }, lazy = false },
-- Git intigration
{ "tpope/vim-fugitive", },