added prereqs needed for VimWiki

This commit is contained in:
Jonas Forsberg
2020-07-08 17:19:37 +02:00
parent 9d5390c61d
commit c4b8012957
2 changed files with 3 additions and 0 deletions

2
.vimrc
View File

@@ -4,6 +4,8 @@ set number
set laststatus=2
set encoding=utf-8
set autoindent
set nocompatible
syntax on
filetype indent plugin on