neovim update
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
(local actions (require :telescope.actions))
|
||||
|
||||
(setup :telescope
|
||||
{:defaults {:mappings {:n {:S actions.file_split
|
||||
{:defaults {:mappings {:i {"<C-Down>" actions.cycle_history_next
|
||||
"<C-Up>" actions.cycle_history_prev}
|
||||
:n {:S actions.file_split
|
||||
:s actions.file_vsplit}}
|
||||
:get_selection_window (. (require :window-picker) :pick_window)}
|
||||
:pickers {:find_files {:find_command [:fd "--type" "f"
|
||||
|
||||
Reference in New Issue
Block a user