diff options
Diffstat (limited to 'lua/ache/plugins/llm')
| -rw-r--r-- | lua/ache/plugins/llm/cursortab.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |