Fish shell syntax hilighting for vim.
Go to file
Khaveesh N (MBP) bee819e06d
formatprg
2021-03-20 17:51:57 +05:30
autoload Revamped syntax 2021-03-15 03:33:58 +05:30
ftdetect Revamped syntax 2021-03-15 03:33:58 +05:30
ftplugin formatprg 2021-03-20 17:51:57 +05:30
syntax Revamped syntax 2021-03-15 03:33:58 +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.