Compare commits

..

2 commits

Author SHA1 Message Date
Paul-Henri Froidmont
6ad40afa5e
opencode: disable steps limit for debug agent 2026-03-26 00:03:23 +01:00
Paul-Henri Froidmont
ec09c048ae
nvim: disable leap to get flash features back 2026-03-26 00:02:46 +01:00
2 changed files with 0 additions and 2 deletions

View file

@ -128,7 +128,6 @@ in
debug = {
disable = false;
temperature = 0.15;
steps = 12;
prompt = "{file:${./prompts/debug-rules.txt}}";
permission = {
edit = "deny";

View file

@ -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" },