mirror of
https://github.com/amix/vimrc
synced 2025-07-01 04:35:00 +08:00
Fixed some typos in readme. Making it ready to be used on Windows as well
This commit is contained in:
@ -9,8 +9,9 @@ source ~/.vim_runtime/vimrcs/filetypes.vim
|
||||
source ~/.vim_runtime/vimrcs/plugins_config.vim
|
||||
source ~/.vim_runtime/vimrcs/extended.vim
|
||||
|
||||
if filereadable("~/.vim_runtime/vimrcs/my_configs.vim")
|
||||
source ~/.vim_runtime/vimrcs/my_configs.vim
|
||||
endif' > ~/.vimrc
|
||||
try
|
||||
source ~/.vim_runtime/my_configs.vim
|
||||
catch
|
||||
endtry' > ~/.vimrc
|
||||
|
||||
echo "Installed the Ultimate Vim configuration successfully! Enjoy :-)"
|
||||
|
Reference in New Issue
Block a user