feat(config): add notify to nvim_tree_window_picker_exclude (#613)

This commit is contained in:
gegoune
2021-09-12 14:31:31 +02:00
committed by GitHub
parent 4db5dfa320
commit d7f73b5ae9
2 changed files with 2 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ function M.window_picker_exclude()
end
return {
filetype = {
"notify",
"packer",
"qf"
}