Sync vim with ansible branch
This commit is contained in:
parent
6d52828759
commit
4a55214ef4
1 changed files with 3 additions and 0 deletions
|
@ -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 {{{
|
||||
|
|
Loading…
Add table
Reference in a new issue