remove set nocompatible
It is not needed - see http://vimdoc.sourceforge.net/htmldoc/options.html#'nocompatible' (or see :help 'cp')
This commit is contained in:
parent
44f678312d
commit
e088612438
1 changed files with 0 additions and 4 deletions
4
vimrc
4
vimrc
|
@ -1,7 +1,3 @@
|
||||||
" Use Vim settings, rather then Vi settings. This setting must be as early as
|
|
||||||
" possible, as it has side effects.
|
|
||||||
set nocompatible
|
|
||||||
|
|
||||||
" Leader
|
" Leader
|
||||||
let mapleader = " "
|
let mapleader = " "
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue