From 5a4129b4978e7c8d9dcad4eab7d33741312320b0 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 30 Mar 2026 23:42:44 +0200 Subject: Disable tabby by default --- lua/ache/plugins/llm/tabby.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/ache/plugins/llm') 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", }, -- cgit v1.3-2-g11bf