summaryrefslogtreecommitdiff
path: root/lua/ache
diff options
context:
space:
mode:
authorache <ache@ache.one>2026-03-30 23:42:44 +0200
committerache <ache@ache.one>2026-03-30 23:42:44 +0200
commit5a4129b4978e7c8d9dcad4eab7d33741312320b0 (patch)
treead1b511985eefa5ea87ffd3ae49fac9ab39156dd /lua/ache
parentAdd debbugging tools plugins (diff)
Disable tabby by default
Diffstat (limited to 'lua/ache')
-rwxr-xr-xlua/ache/plugins/llm/tabby.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/ache/plugins/llm/tabby.lua b/lua/ache/plugins/llm/tabby.lua
index 74d4ad0..66ae412 100755
--- a/lua/ache/plugins/llm/tabby.lua
+++ b/lua/ache/plugins/llm/tabby.lua
@@ -4,6 +4,7 @@
return {
"TabbyML/vim-tabby",
lazy = false,
+ enabled = false,
dependencies = {
"neovim/nvim-lspconfig",
},