diff options
| author | ache <ache@ache.one> | 2024-10-21 02:31:53 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2024-10-21 02:31:53 +0200 |
| commit | aa6d92932a7d259bd02862e439ff1198de5f66c5 (patch) | |
| tree | 9c1e1d3e398b515ce3f9a76576ff2f10900d74df | |
| parent | Add svelte support. Experimental ! ⚠️ (diff) | |
Add comment about tabby use
| -rw-r--r-- | lua/ache/plugins/llm/tabby.lua_ | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/ache/plugins/llm/tabby.lua_ b/lua/ache/plugins/llm/tabby.lua_ index cdc8a2d..f9a5837 100644 --- a/lua/ache/plugins/llm/tabby.lua_ +++ b/lua/ache/plugins/llm/tabby.lua_ @@ -1,3 +1,5 @@ +-- Tabby is great but not that good and takes time to start + -- vim.g.tabby_trigger_mode = "automatic" -- Accept with Tab |