mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
enable my_configs.vim in basic.vim
This commit is contained in:
parent
2cb073a57d
commit
779e98c68b
@ -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 New Issue
Block a user