[NeoVim] Clean plugins settings

This commit is contained in:
2022-08-24 16:05:58 +02:00
committed by Pierre Jeanjean
parent 029f385a41
commit db13710736
20 changed files with 246 additions and 238 deletions

View File

@@ -0,0 +1,7 @@
(import-macros {: setup} :macros)
(setup :window-picker {
:autoselect_one true
:selection_chars "ABCDEFGHIJKLMNOP"
:filter_rules {:bo {:filetype [:NvimTree :neo-tree :notify :aerial]
:buftype [:terminal]}}})