diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-12 21:10:53 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-12 21:10:53 +0200 |
| commit | d5c3828ce10ef7b98f05ba365b14d0c0421151f7 (patch) | |
| tree | 37096c8b3e0941d603e482666a195dd2a99329ca /lua/pml68/plugins.lua | |
| parent | feat: add 2 new remaps (diff) | |
| download | nvim-d5c3828ce10ef7b98f05ba365b14d0c0421151f7.tar.gz | |
fix: completion not working due to VimTeX
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins.lua | 2 |
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 |
