diff options
Diffstat (limited to 'lua/ache/plugins')
| -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", }, |