Fish shell syntax hilighting for vim.
Go to file
2020-11-15 22:30:13 +05:30
autoload Added omnifunc 2020-11-11 01:43:56 +05:30
ftdetect Added ultisnips & manpages. Fixed some issues 2020-11-15 22:24:15 +05:30
ftplugin Reverted man 2020-11-15 22:30:13 +05:30
syntax Added ultisnips & manpages. Fixed some issues 2020-11-15 22:24:15 +05:30
UltiSnips Added ultisnips & manpages. Fixed some issues 2020-11-15 22:24:15 +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.