Neovim - Support buffer delete in Telescope

This commit is contained in:
2022-12-31 13:07:42 -06:00
parent a47e5ab7a8
commit 04ffc88e9a

View File

@@ -9,7 +9,9 @@
"--number" "--column" "--nobreak" "--number" "--column" "--nobreak"
"--smart-case" "--hidden" "--follow" ; "--skip-vcs-ignores" "--smart-case" "--hidden" "--follow" ; "--skip-vcs-ignores"
; "-g" "!.git/" ; "-g" "!.git/"
]}}) ]}
:pickers
{:buffers {:mappings {:n {:d :delete_buffer}}}}})
(util.lnnoremap :ff "Telescope git_files hidden=true") (util.lnnoremap :ff "Telescope git_files hidden=true")