Merge branch 'master' of github.com:khaveesh/vim-fish-syntax

* 'master' of github.com:khaveesh/vim-fish-syntax:
  Update README.md
This commit is contained in:
Khaveesh N 2020-08-22 00:27:35 +05:30
commit 5faf3911d9
No known key found for this signature in database
GPG key ID: CB82DEC6404CD52E

View file

@ -1,2 +1,14 @@
# vim-fish-syntax
Syntax and ftplugin files for fish shell scripts
## Installation
I recommend the [vim-plug](https://github.com/junegunn/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:
```vim
Plug 'khaveesh/vim-fish-syntax'
```
Then run :PlugInstall after sourcing your vimrc.