mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/cmp-tabby: move to by-name
This commit is contained in:
parent
6e52e32d40
commit
5abe382c54
4 changed files with 51 additions and 75 deletions
|
@ -5,6 +5,7 @@
|
|||
...
|
||||
}@args:
|
||||
let
|
||||
|
||||
# A list of most cmp source plugins, passed to mkCmpSourcePlugin.
|
||||
# More complex cmp sources can instead be defined as their own plugin
|
||||
# and register their source-name association using the `cmpSourcePlugins` option.
|
||||
|
@ -145,10 +146,6 @@ let
|
|||
pluginName = "cmp-spell";
|
||||
sourceName = "spell";
|
||||
}
|
||||
{
|
||||
pluginName = "cmp-tabby";
|
||||
sourceName = "cmp_tabby";
|
||||
}
|
||||
{
|
||||
pluginName = "cmp-tabnine";
|
||||
sourceName = "cmp_tabnine";
|
||||
|
@ -205,7 +202,6 @@ in
|
|||
./cmp-ai.nix
|
||||
./cmp-fish.nix
|
||||
./cmp-git.nix
|
||||
./cmp-tabby.nix
|
||||
./cmp-tabnine.nix
|
||||
./crates-nvim.nix
|
||||
] ++ pluginModules;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue