We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad7aa8 commit 5100658Copy full SHA for 5100658
lua/claudecode/diff.lua
@@ -50,6 +50,7 @@ local function find_main_editor_window()
50
or filetype == "ClaudeCode"
51
or filetype == "NvimTree"
52
or filetype == "oil"
53
+ or filetype == "minifiles"
54
or filetype == "aerial"
55
or filetype == "tagbar"
56
)
lua/claudecode/tools/open_file.lua
@@ -91,6 +91,7 @@ local function find_main_editor_window()
91
92
93
94
95
96
97
0 commit comments