From a6281483ae7e860c74e3eecd9a287d504fabeaeb Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 1 May 2026 23:51:02 +0200 Subject: feat: Disable cursor tab plugin by default This change disables the `cursortab.nvim` plugin by default, preventing it from loading unless explicitly enabled by the user. This addresses potential conflicts and allows for more controlled integration. --- lua/ache/plugins/llm/cursortab.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/ache') diff --git a/lua/ache/plugins/llm/cursortab.lua b/lua/ache/plugins/llm/cursortab.lua index c229e74..30e9c21 100644 --- a/lua/ache/plugins/llm/cursortab.lua +++ b/lua/ache/plugins/llm/cursortab.lua @@ -2,6 +2,7 @@ return { "leonardcser/cursortab.nvim", -- version = "*", -- Use latest tagged version for more stability build = "cd server && go build", + enabled = false, config = function() require("cursortab").setup({ provider = { -- cgit v1.3-2-g11bf