Sync vim with ansible branch

This commit is contained in:
Fernando Schauenburg 2020-03-04 18:45:21 +01:00
parent 6d52828759
commit 4a55214ef4

View file

@ -1,5 +1,8 @@
set nocompatible
if $XDG_CONFIG_HOME == "" | let $XDG_CONFIG_HOME="~/.config" | endif
if $XDG_CACHE_HOME == "" | let $XDG_CACHE_HOME="~/.cache" | endif
let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc"
" Options {{{