2485 shaares
83 private links
83 private links
This plugin provides a slimmed-down |ftplugin| (with respect to the original
viki[0] vimscript #861)) with support for syntax highlighting, indentation, and
folding.
Some features are delegated to other plugins. Support for hyperlinking is
provided by the autolinker plugin[1]. Support for folding by the foldtext
plugin[2]
-- especially the autolinker looks incredibly useful; can be customized like
gf
but also can invoke a custom function (e.g. to build ZK links) and do multi-file selections, can link to lines or individual strings within files!
[0] https://github.com/tomtom/viki_vim
[1] https://github.com/tomtom/autolinker_vim
[2] https://github.com/tomtom/foldtext_vim