1
0
mirror of https://github.com/amix/vimrc synced 2025-07-18 01:25:00 +08:00

moved all from .vim_runtime to .vim folder

This commit is contained in:
Mirosław Pragłowski
2014-05-09 23:15:33 +02:00
parent 24e46e563d
commit 34dc9f67a0
4 changed files with 21 additions and 21 deletions

View File

@ -1,14 +1,14 @@
cd ~/.vim_runtime
cd ~/.vim
echo 'set runtimepath+=~/.vim_runtime
echo 'set runtimepath+=~/.vim
source ~/.vim_runtime/vimrcs/basic.vim
source ~/.vim_runtime/vimrcs/filetypes.vim
source ~/.vim_runtime/vimrcs/plugins_config.vim
source ~/.vim_runtime/vimrcs/extended.vim
source ~/.vim/vimrcs/basic.vim
source ~/.vim/vimrcs/filetypes.vim
source ~/.vim/vimrcs/plugins_config.vim
source ~/.vim/vimrcs/extended.vim
try
source ~/.vim_runtime/my_configs.vim
source ~/.vim/my_configs.vim
catch
endtry' > ~/.vimrc