Adding new stuff

This commit is contained in:
Viktor Barzin 2017-10-09 00:00:02 +01:00
parent a410da0e04
commit 4eca0b2c77
2 changed files with 42 additions and 5 deletions

4
.vimrc
View file

@ -468,6 +468,10 @@ let b:lion_squeeze_spaces = 1
set showmatch
set matchtime=3
" Fold functions in bash
let g:sh_fold_enabled=3
" Recompute syntax highlighting
nnoremap <silent> <F4> :syntax sync fromstart<CR>