Stop folding files

This commit is contained in:
Anthony Rose 2015-11-20 10:27:46 +00:00
parent 3c8ba08bfe
commit 2653d7ebee

1
vimrc
View file

@ -40,7 +40,6 @@ set ttyfast
set wrap set wrap
silent! colorscheme desert silent! colorscheme desert
silent! filetype plugin indent on silent! filetype plugin indent on
silent! set foldmethod=syntax
silent! syntax on silent! syntax on
if has("gui_running") if has("gui_running")