From ec09c048ae76b51df95238bce137daca8c5c724e Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Thu, 26 Mar 2026 00:02:46 +0100 Subject: [PATCH 1/2] nvim: disable leap to get flash features back --- modules/editor/vim/vim.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/editor/vim/vim.nix b/modules/editor/vim/vim.nix index 1874cdc..38c81ea 100644 --- a/modules/editor/vim/vim.nix +++ b/modules/editor/vim/vim.nix @@ -213,7 +213,6 @@ in { import = "lazyvim.plugins.extras.ui.edgy" }, { import = "lazyvim.plugins.extras.coding.mini-comment" }, { import = "lazyvim.plugins.extras.editor.aerial" }, - { import = "lazyvim.plugins.extras.editor.leap" }, { import = "lazyvim.plugins.extras.editor.navic" }, { import = "lazyvim.plugins.extras.formatting.prettier" }, { import = "lazyvim.plugins.extras.lang.angular" }, From 6ad40afa5ec90c18d411d63ee80d9eea268135e7 Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Thu, 26 Mar 2026 00:03:23 +0100 Subject: [PATCH 2/2] opencode: disable steps limit for debug agent --- modules/ai/opencode.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ai/opencode.nix b/modules/ai/opencode.nix index 58a917d..e49e364 100644 --- a/modules/ai/opencode.nix +++ b/modules/ai/opencode.nix @@ -128,7 +128,6 @@ in debug = { disable = false; temperature = 0.15; - steps = 12; prompt = "{file:${./prompts/debug-rules.txt}}"; permission = { edit = "deny";