Vimrc
[vim, dotfiles]I spent some time trying to figure out vim configuration. I didn’t want to just copy stuff from Stack Overflow or GitHub without really understanding what’s going on. Some people use default vim which is honestly pretty bare, others have these massive configs that do god knows what. So I decided to make something in between - a config that’s modern and actually documented properly.
The whole thing is organized in sections with comments explaining what each option does. I learned a lot just by going through vim’s documentation and picking what made sense. It works out of the box because it creates all the needed directories automatically. If you’re starting with vim or want to clean up your config, this is a pretty solid baseline I think.
Read more...