diff options
| author | ache <ache@ache.one> | 2026-03-30 23:42:44 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-03-30 23:42:44 +0200 |
| commit | 5a4129b4978e7c8d9dcad4eab7d33741312320b0 (patch) | |
| tree | ad1b511985eefa5ea87ffd3ae49fac9ab39156dd /lua/ache | |
| parent | Add debbugging tools plugins (diff) | |
Disable tabby by default
Diffstat (limited to 'lua/ache')
| -rwxr-xr-x | lua/ache/plugins/llm/tabby.lua | 1 |
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", }, |