plugins/cmp-tabby: switch to RFC-42 style

This commit is contained in:
Gaetan Lepage 2024-06-18 16:40:46 +02:00 committed by Gaétan Lepage
parent bf109a3e59
commit 9ed3538685
2 changed files with 51 additions and 29 deletions

View file

@ -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" ];
};
};