mirror of
https://github.com/khaveesh/vim-fish-syntax.git
synced 2026-09-10 07:16:31 -04:00
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:
commit
5faf3911d9
12
README.md
12
README.md
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue