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 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.