I've recently been interested in using the tried-and-true vim editor again. For those unfamiliar, vim is an editor that was first released in 1991....
For further actions, you may consider blocking this person and/or reporting abuse
I ditched CtrlP for vim-fzf, on top of fzf and Ripgrep. They seem faster, produce better results, and handle interacting with source control better.
Most of my work is in PHP, and for that PHPactor has changed my life for the better. It provides the sort of refactoring tools that used to be solely the province of IDE's. It's one of the most useful Vim plugins I've ever seen.
vim-fzf is what works best for me. I tried Denite but it was too much configuration for things that works out of the box for vim-fzf. (File name search, in file search, buffer list,...)
I just tried denite but can't get it to work at all.
I've spent the last few years ignoring fzf but I've just updated a few scripts to optionally use it if it's installed and have to say it makes things look better.
I had it working, but it felt a little off for me
I switched from ctrlp to denite a while back and love it. Here's the relevant part of my vimrc with ripgrep and some keybinds:
Very cool and thanks for sharing this! I’ll have to checkout denite
Made the switch completely about 6 months ago! Glad to see Conquer of Completion popping up more. That plugin is the BEST.
You're right! That plugin is so nicely made and really enhances my experience w/ vim :D
Same here. Now that many more languages have their own Language Servers it is pretty easy to even configure one which doesn't have a CoC plugin. And the experience over traditional completion plugins or tags I sooooooo much better.
You may also find interesting to try Vim Bootstrap that generates a configuration based on your target language vim-bootstrap.com/
Any reason why you picked neovim rather than the basic vim or gvim?