Ensure vimwiki compatibility

This commit is contained in:
don philipe
2021-04-19 22:34:32 +02:00
parent affa91f5e6
commit b327e4fd82

1
.vimrc
View File

@@ -2,6 +2,7 @@
syntax on " Turn on colors syntax on " Turn on colors
filetype plugin on " Enables the ftplugin options filetype plugin on " Enables the ftplugin options
filetype indent on filetype indent on
set nocompatible " turn off vi-compatibility (should be on by default)
set autoindent " Automaticaly indent while writing set autoindent " Automaticaly indent while writing
set smarttab set smarttab
set number set number