1
0
Fork 0

Disable folding forever

This commit is contained in:
Jeremy Kaplan 2019-02-25 11:23:53 -08:00 committed by Jeremy Kaplan
commit e71bdc0fa0

View file

@ -63,6 +63,7 @@ set softtabstop=4
set shiftwidth=4 set shiftwidth=4
set smartindent set smartindent
set formatoptions+=n set formatoptions+=n
set nofoldenable
set wrap set wrap
set linebreak set linebreak