Fish shell syntax hilighting for vim.
Go to file
2020-09-10 23:20:24 +05:30
ftdetect Fixed if statements 2020-08-22 00:27:18 +05:30
ftplugin Removed all unnecessary functions 2020-09-10 23:20:24 +05:30
syntax Fixed if statements 2020-08-22 00:27:18 +05:30
LICENSE Initial commit 2020-08-22 00:10:33 +05:30
README.md Update README.md 2020-08-22 00:24:23 +05:30

vim-fish-syntax

Syntax and ftplugin files for fish shell scripts

Installation

I recommend the vim-plug plugin manager, but you can use any other plugin manager if you want.

In case of vim-plug, add the following line to your vimrc between the begin and end plug calls:

Plug 'khaveesh/vim-fish-syntax'

Then run :PlugInstall after sourcing your vimrc.