plugins/completion/nvim-cmp: add extraOptions option for the cmp-tabnine plugin (#180)

This commit is contained in:
Gaétan Lepage 2023-02-23 00:32:55 +01:00 committed by GitHub
parent a15c0543a4
commit ff4292f2be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

View file

@ -11,6 +11,7 @@ in {
# For extra cmp plugins
imports =
[
./cmp-tabnine.nix
]
++ pluginModules;
}