Skip to content

taoso/phpfold.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpfold

Fold according php ast. Thanks to PHP Parser.

install

For vim-plug:

Plug 'lvht/phpfold.vim', { 'for': 'php' }

usage

Use zm or :PhpFold to fold the php file.

Set

let g:phpfold_include_surround_blank_lines = 'downward'

if you want to include surround blank lines into each fold. You can set it also to upward.

About

vim fold plugin according php ast

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published