Merge 779e98c68b
into c4fbfe8aa8
This commit is contained in:
commit
f9b482654f
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)
|
||||
command W w !sudo tee % > /dev/null
|
||||
|
||||
" Enable my_configs.vim
|
||||
try
|
||||
source ~/.vim_runtime/my_configs.vim
|
||||
catch
|
||||
endtry
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" => VIM user interface
|
||||
|
|
Loading…
Reference in a new issue