summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlua/ache/plugins/llm/tabby.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/lua/ache/plugins/llm/tabby.lua b/lua/ache/plugins/llm/tabby.lua
index 090d8b3..74d4ad0 100755
--- a/lua/ache/plugins/llm/tabby.lua
+++ b/lua/ache/plugins/llm/tabby.lua
@@ -1,4 +1,5 @@
--- Tabby is great but not that good and takes time to start
+-- Tabby is great --but not that good and takes time to start--
+-- It improves over time. 👍
return {
"TabbyML/vim-tabby",
@@ -14,7 +15,7 @@ return {
vim.g.tabby_inline_completion_keybinding_accept = "<Tab>"
vim.g.tabby_inline_completion_trigger = "auto"
- -- Toggle auto mode with Ctr + x then <leader>
+ -- Toggle auto mode with Ctr + x, then <leader>
vim.keymap.set({ "i", "n" }, "<leader><c-x>", function()
if vim.g.tabby_inline_completion_trigger == "manual" then
vim.g.tabby_inline_completion_trigger = "auto"