Disable folding
This commit is contained in:
parent
cf6a4d519c
commit
ac77aa3b61
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -15,6 +15,7 @@ let g:netrw_browse_split = 4
|
||||||
let g:netrw_liststyle = 3
|
let g:netrw_liststyle = 3
|
||||||
let g:netrw_sort_sequence = '[\/]$,*'
|
let g:netrw_sort_sequence = '[\/]$,*'
|
||||||
let g:netrw_winsize = -28
|
let g:netrw_winsize = -28
|
||||||
|
let g:riv_fold_auto_update=0
|
||||||
nmap <silent> <A-Down> :wincmd j<CR>
|
nmap <silent> <A-Down> :wincmd j<CR>
|
||||||
nmap <silent> <A-Left> :wincmd h<CR>
|
nmap <silent> <A-Left> :wincmd h<CR>
|
||||||
nmap <silent> <A-Right> :wincmd l<CR>
|
nmap <silent> <A-Right> :wincmd l<CR>
|
||||||
|
@ -36,6 +37,7 @@ set ignorecase
|
||||||
set linebreak
|
set linebreak
|
||||||
set list
|
set list
|
||||||
set modelines=0
|
set modelines=0
|
||||||
|
set nofoldenable
|
||||||
set nojoinspaces
|
set nojoinspaces
|
||||||
set number
|
set number
|
||||||
set omnifunc=syntaxcomplete#Complete
|
set omnifunc=syntaxcomplete#Complete
|
||||||
|
|
Loading…
Reference in a new issue