Skip to content

atisharma/vim-hyfold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

vim-hyfold

This plugin is for automagic folding of Hy code based on 'foldwords' that are the start of code-blocks.

The default foldwords are defn, defclass, defmacro, defreader, defmethod and deftest.

This can be limited to to 'defn' and 'defclass' via

let g:hy_foldwords = "defn,defclass"

By Ati Sharma. Forked from cljfold.vim by Greg Berenfield, which took much from Steve Losh and Meikel Brandmeyer

About

Syntax folding for Hy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors