mirror of
https://github.com/khaveesh/vim-fish-syntax.git
synced 2026-09-10 07:16:31 -04:00
| ftdetect | ||
| ftplugin | ||
| syntax | ||
| LICENSE | ||
| README.md | ||
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.