Skip to content

Commit fc95d6d

Browse files
committed
📝 Update documentations
1 parent 7bf9485 commit fc95d6d

File tree

3 files changed

+71
-197
lines changed

3 files changed

+71
-197
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2021 Alisue, hashnote.net
1+
Copyright 2021 Alisue <[email protected]>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ Gin is written in denops thus users need to install denops.vim
3232

3333
[vim-denops/denops.vim]: https://github.com/vim-denops/denops.vim
3434

35+
## Installation
36+
37+
Install [Deno](https://deno.land) then use
38+
[vim-plug](https://github.com/junegunn/vim-plug) to install like:
39+
40+
```vim
41+
Plug 'vim-denops/denops.vim'
42+
Plug 'lambdalisue/gin.vim'`
43+
```
44+
45+
Or see
46+
[How to install](https://github.com/lambdalisue/gin.vim/wiki#how-to-install)
47+
section for other Vim plugin managers.
48+
3549
## Similar projects
3650

3751
- [tpope/vim-fugitive](https://github.com/tpope/vim-fugitive)<br>A plugin that

0 commit comments

Comments
 (0)