Fish shell syntax hilighting for vim.
Go to file
Khaveesh N 5faf3911d9
Merge branch 'master' of github.com:khaveesh/vim-fish-syntax
* 'master' of github.com:khaveesh/vim-fish-syntax:
  Update README.md
2020-08-22 00:27:35 +05:30
ftdetect Fixed if statements 2020-08-22 00:27:18 +05:30
ftplugin Fixed if statements 2020-08-22 00:27:18 +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.