mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 12:24:28 +02:00
plugins/completion/nvim-cmp: add extraOptions option for the cmp-tabnine plugin (#180)
This commit is contained in:
parent
a15c0543a4
commit
ff4292f2be
2 changed files with 19 additions and 0 deletions
|
@ -11,6 +11,7 @@ in {
|
|||
# For extra cmp plugins
|
||||
imports =
|
||||
[
|
||||
./cmp-tabnine.nix
|
||||
]
|
||||
++ pluginModules;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue