Disable folding

This commit is contained in:
Anthony Rose 2017-03-13 10:19:02 +00:00
parent cf6a4d519c
commit ac77aa3b61

2
vimrc
View file

@ -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