Skip to content
Simon Hauser edited this page Jul 16, 2021 · 1 revision

Known Conflicts

Plugins that remap <CR> can cause issues with the default file selection bindings.

  • vim-peartree blocks the default <CR> insert-mode binding to actions.select_default + actions.center and instead will clear the text input field without opening the selected file. See: https://github.com/nvim-telescope/telescope.nvim/issues/595 Solution: let g:pear_tree_ft_disabled = ["TelescopePrompt"]
Clone this wiki locally