13 lines
204 B
VimL
Raw Normal View History

2017-09-07 11:55:33 +02:00
set noloadplugins
set hls
set nocompatible
set laststatus=2
set noswapfile
set viminfo=
set backspace=indent,eol,start
set nowrap
set ruler
set ts=2
set wildmode=list:longest
set completeopt=menu,longest