mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 12:49:56 -06:00
Neovim - Support buffer delete in Telescope
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
"--number" "--column" "--nobreak"
|
||||
"--smart-case" "--hidden" "--follow" ; "--skip-vcs-ignores"
|
||||
; "-g" "!.git/"
|
||||
]}})
|
||||
]}
|
||||
:pickers
|
||||
{:buffers {:mappings {:n {:d :delete_buffer}}}}})
|
||||
|
||||
|
||||
(util.lnnoremap :ff "Telescope git_files hidden=true")
|
||||
|
||||
Reference in New Issue
Block a user