Skip to content

Commit bf4cb52

Browse files
committed
fix: nvim-window-picker buftype rules
1 parent 168826f commit bf4cb52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ use {
9191
-- filter using buffer options
9292
bo = {
9393
-- if the file type is one of following, the window will be ignored
94-
filetype = { 'neo-tree', "neo-tree-popup", "notify", "quickfix" },
94+
filetype = { 'neo-tree', "neo-tree-popup", "notify" },
9595

9696
-- if the buffer type is one of following, the window will be ignored
97-
buftype = { 'terminal' },
97+
buftype = { 'terminal', "quickfix" },
9898
},
9999
},
100100
other_win_hl_color = '#e35e4f',

0 commit comments

Comments
 (0)