VonHeikemen / fine-cmdline.nvim

Enter ex-commands in a nice floating input.
MIT License
445 stars 7 forks source link

Set documentation ft to help #34

Closed mufasachan closed 3 months ago

mufasachan commented 3 months ago

The filetype of the help page is text instead of help.

I tested with nvim --clean. I guess it's missing the standard last line vim:tw=78:sw=4:ft=help:norl:.

So here a fix if you want.