aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-09-27 03:23:14 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-09-27 03:23:14 +0200
commitd4620bfbdc58e97778cfaeabf702fd042b17f409 (patch)
treec21b5795feb394963adf7c8e7ef7f56fd33c574a /vim
parent081b221f4b6faf7237072f8405f84c348585c83d (diff)
downloaddotfiles-d4620bfbdc58e97778cfaeabf702fd042b17f409.tar.xz
vim/vimrc: $XDG_CONFIG_HOME/vim/after should be at the end..
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 894c54a..b1c0efc 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -3,7 +3,7 @@ set viminfo+=n$XDG_CACHE_HOME/vim/viminfo
set directory=$XDG_CACHE_HOME/vim/swap,/tmp
set backupdir=$XDG_CACHE_HOME/vim/backup,/tmp
set undodir=$XDG_CACHE_HOME/vim/undo,/tmp
-set runtimepath=$XDG_CONFIG_HOME/vim,$XDG_CONFIG_HOME/vim/after,$VIM,$VIMRUNTIME,/usr/share/vim/vimfiles
+set runtimepath=$XDG_CONFIG_HOME/vim,$VIM,$VIMRUNTIME,/usr/share/vim/vimfiles,$XDG_CONFIG_HOME/vim/after
" NeoBundle stuff
set runtimepath+=~/.config/vim/bundle/neobundle.vim/