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:
14
bootstrap.sh
14
bootstrap.sh
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user