DEV Community

[Comment from a deleted post]
Collapse
 
listnux profile image
ListNUX

I have been using vim exclusively for years, and I agree with your approach. I don't have any plugins installed,my .vim dir looks like this:

tree .vim -L 1
.vim
├── colors
├── spell
├── syntax
└── tmp

(tmp being the dir where I keep vim backups) and whatever extra functionality I need, that vim does not have, I add it to .vimrc if I can, or use a better suited tool for the job.