From a43b3dfb991044f08bc52dd16c28f27e1109070a Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 26 Feb 2025 14:45:54 +0100 Subject: Improve comment of tabby plugin --- lua/ache/plugins/llm/tabby.lua | 5 +++-- 1 file 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 = "" vim.g.tabby_inline_completion_trigger = "auto" - -- Toggle auto mode with Ctr + x then + -- Toggle auto mode with Ctr + x, then vim.keymap.set({ "i", "n" }, "", function() if vim.g.tabby_inline_completion_trigger == "manual" then vim.g.tabby_inline_completion_trigger = "auto" -- cgit v1.3-2-g11bf