plugins/cmp-tabby: move to by-name

This commit is contained in:
Gaetan Lepage 2024-12-18 18:42:03 +01:00
parent 6e52e32d40
commit 5abe382c54
4 changed files with 51 additions and 75 deletions

View file

@ -1,23 +0,0 @@
{
empty = {
plugins.cmp = {
enable = true;
settings.sources = [ { name = "cmp_tabby"; } ];
};
};
defaults = {
plugins = {
cmp = {
enable = true;
settings.sources = [ { name = "cmp_tabby"; } ];
};
cmp-tabby.settings = {
host = "http://localhost:5000";
max_lines = 100;
run_on_every_keystroke = true;
stop = [ "\n" ];
};
};
};
}