mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +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
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue