mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/cmp/sources: add cmp-vimtex
This commit is contained in:
parent
39adaa0b7a
commit
2e30f4828d
1 changed files with 4 additions and 0 deletions
|
@ -165,6 +165,10 @@ let
|
||||||
pluginName = "cmp-vim-lsp";
|
pluginName = "cmp-vim-lsp";
|
||||||
sourceName = "vim_lsp";
|
sourceName = "vim_lsp";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
pluginName = "cmp-vimtex";
|
||||||
|
sourceName = "vimtex";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
pluginName = "cmp-vimwiki-tags";
|
pluginName = "cmp-vimwiki-tags";
|
||||||
sourceName = "vimwiki-tags";
|
sourceName = "vimwiki-tags";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue