vimrc: comment out 'nocompatible'

This commit is contained in:
surtur 2022-10-06 15:58:58 +02:00
parent c91bc341ca
commit ef6fc7458a
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -1,5 +1,7 @@
" try not to put any lines in your vimrc that you don't understand :)
set nocompatible
" not necessary, as vim will turn this on by default, when .vimrc is found
" set nocompatible
filetype off "required