aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/pml68/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua
index 9bd4cda..14876cd 100644
--- a/lua/pml68/plugins.lua
+++ b/lua/pml68/plugins.lua
@@ -298,7 +298,7 @@ local plugins = {
{
"lervag/vimtex",
dependencies = "micangl/cmp-vimtex",
- lazy = false,
+ ft = "tex",
init = function()
vim.g.vimtex_view_method = 'mupdf'
end