Adding new stuff
This commit is contained in:
parent
a410da0e04
commit
4eca0b2c77
2 changed files with 42 additions and 5 deletions
4
.vimrc
4
.vimrc
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue