NVIM: update telescope plugin settings

This commit is contained in:
2023-10-18 14:22:35 -05:00
parent 80a417fec8
commit e89869917a

View File

@@ -21,7 +21,7 @@
(telescope.load_extension :projects) (telescope.load_extension :projects)
(telescope.load_extension :yank_history) (telescope.load_extension :yank_history)
(telescope.setup {:defaults {: vimgrep_arguments} (telescope.setup {;; :defaults {: vimgrep_arguments}
:pickers {:buffers {:mappings {:n {:d :delete_buffer}}}} :pickers {:buffers {:mappings {:n {:d :delete_buffer}}}}
:extensions {:projects {:projects {}}}}) :extensions {:projects {:projects {}}}})