Skip to content

Commit

Permalink
Disable php syntax folding. Slowing things down?
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Halasz committed Mar 14, 2016
1 parent e38cf0f commit 78836ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vimrc
Expand Up @@ -39,7 +39,9 @@ set ignorecase
set smartcase
let g:php_sql_query = 1
let g:php_noShortTags = 1
let g:php_folding = 1
"syntax folding is dog slow?
"let g:php_folding = 1
set foldmethod=syntax

" show command being typed in the status bar
set showcmd
Expand Down

0 comments on commit 78836ee

Please sign in to comment.