DEV Community

Discussion on: What editor/IDE are you using for Vim bindings?

Collapse
 
dmfay profile image
Dian Fay

I still use vim (or rather neovim). If you want to crib from dotfiles, here's my vimrc. I can definitely recommend denite for a fuzzy finder; it's immensely configurable, well documented, and if you set it up with ripgrep that automatically respects your .gitignore so node_modules shouldn't be a problem.