diff options
Diffstat (limited to 'lua/pml68/plugins.lua')
| -rw-r--r-- | lua/pml68/plugins.lua | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 010543d..2c2e843 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -25,9 +25,9 @@ local plugins = { event = "InsertEnter", dependencies = { { - "L3MON4D3/LuaSnip", - dependencies = "rafamadriz/friendly-snippets", - }, + "L3MON4D3/LuaSnip", + dependencies = "rafamadriz/friendly-snippets" + }, { "windwp/nvim-autopairs", opts = { @@ -322,6 +322,14 @@ local plugins = { end) end }, + { + "lervag/vimtex", + lazy = false, + dependencies = "micangl/cmp-vimtex", + init = function() + vim.g.vimtex_view_method = 'mupdf' + end + }, } return plugins |
