Skip to content

Commit 97ecaa4

Browse files
committed
fix: add minifiles filetype to keybinding scope
1 parent ad5bf18 commit 97ecaa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ return {
2424
"<leader>as",
2525
"<cmd>ClaudeCodeTreeAdd<cr>",
2626
desc = "Add file from tree",
27-
ft = { "NvimTree", "neo-tree", "oil" },
27+
ft = { "NvimTree", "neo-tree", "oil", "minifiles" },
2828
},
2929

3030
-- Development helpers

0 commit comments

Comments
 (0)