mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 04:04:34 +02:00
plugins/cmp-tabby: switch to RFC-42 style
This commit is contained in:
parent
bf109a3e59
commit
9ed3538685
2 changed files with 51 additions and 29 deletions
|
@ -12,10 +12,10 @@
|
|||
enable = true;
|
||||
settings.sources = [ { name = "cmp_tabby"; } ];
|
||||
};
|
||||
cmp-tabby = {
|
||||
cmp-tabby.settings = {
|
||||
host = "http://localhost:5000";
|
||||
maxLines = 100;
|
||||
runOnEveryKeyStroke = true;
|
||||
max_lines = 100;
|
||||
run_on_every_keystroke = true;
|
||||
stop = [ "\n" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue