enable my_configs.vim in basic.vim
This commit is contained in:
parent
2cb073a57d
commit
779e98c68b
1 changed files with 5 additions and 0 deletions
|
@ -65,6 +65,11 @@ nmap <leader>w :w!<cr>
|
||||||
" (useful for handling the permission-denied error)
|
" (useful for handling the permission-denied error)
|
||||||
command W w !sudo tee % > /dev/null
|
command W w !sudo tee % > /dev/null
|
||||||
|
|
||||||
|
" Enable my_configs.vim
|
||||||
|
try
|
||||||
|
source ~/.vim_runtime/my_configs.vim
|
||||||
|
catch
|
||||||
|
endtry
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" => VIM user interface
|
" => VIM user interface
|
||||||
|
|
Loading…
Reference in a new issue