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

add lines for loading eden_configs.vim firstly

Add lines for loading eden_configs.vim firstly.
This commit is contained in:
Revc
2021-02-18 13:03:29 +08:00
committed by GitHub
parent e2cf7ec963
commit 012bdfe0d6

View File

@ -5,6 +5,11 @@ cd ~/.vim_runtime
echo 'set runtimepath+=~/.vim_runtime echo 'set runtimepath+=~/.vim_runtime
try
source ~/.vim_runtime/eden_configs.vim
catch
endtry
source ~/.vim_runtime/vimrcs/basic.vim source ~/.vim_runtime/vimrcs/basic.vim
source ~/.vim_runtime/vimrcs/filetypes.vim source ~/.vim_runtime/vimrcs/filetypes.vim
source ~/.vim_runtime/vimrcs/plugins_config.vim source ~/.vim_runtime/vimrcs/plugins_config.vim