Skip to content

Commit 2e30f48

Browse files
committed
plugins/cmp/sources: add cmp-vimtex
1 parent 39adaa0 commit 2e30f48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/cmp/sources/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ let
165165
pluginName = "cmp-vim-lsp";
166166
sourceName = "vim_lsp";
167167
}
168+
{
169+
pluginName = "cmp-vimtex";
170+
sourceName = "vimtex";
171+
}
168172
{
169173
pluginName = "cmp-vimwiki-tags";
170174
sourceName = "vimwiki-tags";

0 commit comments

Comments
 (0)