Skip to content

Commit 5100658

Browse files
committed
fix: add minifiles to sidebar filetype lists
1 parent bad7aa8 commit 5100658

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lua/claudecode/diff.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ local function find_main_editor_window()
5050
or filetype == "ClaudeCode"
5151
or filetype == "NvimTree"
5252
or filetype == "oil"
53+
or filetype == "minifiles"
5354
or filetype == "aerial"
5455
or filetype == "tagbar"
5556
)

lua/claudecode/tools/open_file.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ local function find_main_editor_window()
9191
or filetype == "ClaudeCode"
9292
or filetype == "NvimTree"
9393
or filetype == "oil"
94+
or filetype == "minifiles"
9495
or filetype == "aerial"
9596
or filetype == "tagbar"
9697
)

0 commit comments

Comments
 (0)