Create vim help .txt file

Source

Befor you can use .txt help file you need create tags file.

Inside vim run command :helptags path-to-txt-files

Enable highlight

Write modeline in the end of .txt file

vim:tw=78:ts=4:sw=4:et:ft=help:norl: