mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 10:09:55 -06:00
Neovim - Support buffer delete in Telescope
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user