Merge branch 'master' of https://github.com/amix/vimrc
This commit is contained in:
commit
de771ecdf8
2 changed files with 7 additions and 1 deletions
|
@ -36,7 +36,7 @@ colorscheme peaksea
|
||||||
" => Fast editing and reloading of vimrc configs
|
" => Fast editing and reloading of vimrc configs
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
map <leader>e :e! ~/.vim_runtime/my_configs.vim<cr>
|
map <leader>e :e! ~/.vim_runtime/my_configs.vim<cr>
|
||||||
autocmd! bufwritepost vimrc source ~/.vim_runtime/my_configs.vim
|
autocmd! bufwritepost ~/.vim_runtime/my_configs.vim source ~/.vim_runtime/my_configs.vim
|
||||||
|
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
|
|
@ -69,3 +69,9 @@ if exists('$TMUX')
|
||||||
set term=screen-256color
|
set term=screen-256color
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
""""""""""""""""""""""""""""""
|
||||||
|
" => Twig section
|
||||||
|
""""""""""""""""""""""""""""""
|
||||||
|
autocmd BufRead *.twig set syntax=html filetype=html
|
||||||
|
|
Loading…
Reference in a new issue