Fish shell syntax hilighting for vim.
Go to file
2020-09-10 23:31:11 +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 Reworked README 2020-09-10 23:31:11 +05:30

vim-fish-syntax

Syntax and ftplugin files for fish shell scripts

Installation

I recommend the native packages support built into Vim8 and NeoVim, but you can use any other plugin manager if you want.

In case of minpac, add the following line to your vimrc after the init call:

call minpac#add('khaveesh/vim-fish-syntax')

Then run :call minpac#update() after sourcing your vimrc.