Open ericandrewlewis opened 6 years ago
In .vimrc:
.vimrc
" Make Vim more useful set nocompatible
The compatible option defaults to off when a .vimrc is found, so I believe this line does nothing.
Thanks for these dotfiles, I've been using them for years and they're great 😄
If a user has previously edited the .vimrc or another library has changed those settings, this ensures the mode remains enabled. I understand the redundancy concern and maybe the edge cases are irrelevant.
In
.vimrc
:The compatible option defaults to off when a
.vimrc
is found, so I believe this line does nothing.Thanks for these dotfiles, I've been using them for years and they're great 😄