Skip to content

Commit 8719d5a

Browse files
author
Damian Sznajder
committed
docs: add Duckly sponsor
1 parent 99f6ff6 commit 8719d5a

File tree

2 files changed

+1911
-5
lines changed

2 files changed

+1911
-5
lines changed

‎README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ Manage pull requests and conduct code reviews in your IDE with full source-tree
4141

4242
<br>
4343

44+
<a title="Try Duckly" href="https://bit.ly/34IZ7H1"><img src="https://storage.googleapis.com/gitduck/img/duckly-sponsor-vsc-opt.png"></a>
45+
46+
<p>Easy pair programming with any IDE. Duckly enables you to talk, share your code inreal-time, server and terminal with people using different IDEs <a title="Try it out for free" href="https://bit.ly/34IZ7H1">Try it out for free</a>
47+
</p>
48+
49+
<br>
50+
4451
### Conquer of Completion
4552

4653
It is possible to use this package in your vim/neovim text editor, to make this possible, make sure you have the `coc.nvim` previously configured, then add this command to your `init.vim`
@@ -55,17 +62,17 @@ Note: This example uses `vim-plug` as a package manager, feel free to use some o
5562
5663
<br>
5764
58-
### Packer
65+
### Packer
5966
6067
For use with packer the syntax is a little different. Just add in your `init.vim` or `init.lua`:
6168
6269
```shell
63-
use {'dsznajder/vscode-es7-javascript-react-snippets',
70+
use {'dsznajder/vscode-es7-javascript-react-snippets',
6471
run = 'yarn install --frozen-lockfile && yarn compile'
6572
}
66-
```
73+
```
6774

68-
When saving the file, the update will be done ( `:w` )
75+
When saving the file, the update will be done ( `:w` )
6976

7077
<br>
7178

0 commit comments

Comments
 (0)