1
0
Fork 0
mirror of synced 2024-11-12 20:28:58 -05:00

enable my_configs.vim in basic.vim

This commit is contained in:
liaozd 2015-03-20 12:19:01 +08:00
parent 2cb073a57d
commit 779e98c68b

View file

@ -65,6 +65,11 @@ nmap <leader>w :w!<cr>
" (useful for handling the permission-denied error)
command W w !sudo tee % > /dev/null
" Enable my_configs.vim
try
source ~/.vim_runtime/my_configs.vim
catch
endtry
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => VIM user interface