Troubleshoot - nvim-telescope/telescope.nvim GitHub Wiki

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"]