mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
plugins/nvim-cmp: fix crates-nvim source plugin
This commit is contained in:
parent
895998b5a7
commit
520e1804e4
2 changed files with 18 additions and 0 deletions
|
@ -12,6 +12,7 @@ in {
|
|||
imports =
|
||||
[
|
||||
./cmp-tabnine.nix
|
||||
./crates-nvim.nix
|
||||
]
|
||||
++ pluginModules;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue