dag / vim-fish

Vim support for editing fish scripts
MIT License
432 stars 59 forks source link

Add an ftplugin for fish profile output files #24

Open lilyball opened 10 years ago

lilyball commented 10 years ago

There's no standard extension for these files, so no ftdetect, but an ftplugin called fishprofile is defined that sets up tabstop and folding to make it easier to read/navigate these files.

When reading a fish profile file, run :setf fishprofile to turn on the plugin.

dag commented 6 years ago

What are "fish profile files"?