From b327e4fd82a4a455af5d0ed08e17dae9617ca2dd Mon Sep 17 00:00:00 2001 From: don philipe Date: Mon, 19 Apr 2021 22:34:32 +0200 Subject: [PATCH] Ensure vimwiki compatibility --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 3814bd6..c76ba48 100644 --- a/.vimrc +++ b/.vimrc @@ -2,6 +2,7 @@ syntax on " Turn on colors filetype plugin on " Enables the ftplugin options filetype indent on +set nocompatible " turn off vi-compatibility (should be on by default) set autoindent " Automaticaly indent while writing set smarttab set number