summaryrefslogtreecommitdiff
path: root/lua/ache
diff options
context:
space:
mode:
authorache <ache@ache.one>2024-10-21 02:32:07 +0200
committerache <ache@ache.one>2024-10-21 02:32:07 +0200
commitfe997001fa56f67806005ba9ea35349adbf219f2 (patch)
treeffb8e4258c759e8671ddbdb15144cef226fcb10b /lua/ache
parentAdd comment about tabby use (diff)
Try gp.lua as a new LLM plugin
Diffstat (limited to 'lua/ache')
-rw-r--r--lua/ache/plugins/llm/gp.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/ache/plugins/llm/gp.lua b/lua/ache/plugins/llm/gp.lua
index 9e59199..7bb755f 100644
--- a/lua/ache/plugins/llm/gp.lua
+++ b/lua/ache/plugins/llm/gp.lua
@@ -1,5 +1,6 @@
return {
"robitx/gp.nvim",
+ enable = true,
config = function()
local conf = {
-- For customization, refer to Install > Configuration in the Documentation/Readme