Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alopatindev committed Dec 14, 2023
1 parent 496dbb2 commit 33bbe90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ nvim +PlugInstall +UpdateRemotePlugins +qa
<summary><b>💡 Using other Neovim Plugin Managers 👁️</b></summary>
<p>

### Using [lazy.nvim](https://github.com/folke/lazy.nvim)
### [lazy.nvim](https://github.com/folke/lazy.nvim)
```lua
{ 'alopatindev/cargo-limit', build = 'cargo install --locked cargo-limit nvim-send' },
```
Expand All @@ -133,7 +133,7 @@ and run
nvim +PaqSync +qa
```

### Using [packer.nvim](https://github.com/wbthomason/packer.nvim):
### [packer.nvim](https://github.com/wbthomason/packer.nvim):
```lua
{ use 'alopatindev/cargo-limit', run = ':!cargo install --locked cargo-limit nvim-send' }
```
Expand All @@ -143,7 +143,7 @@ and run
nvim +PackerUpdate +qa
```

### Using [dein](https://github.com/Shougo/dein.vim):
### [dein](https://github.com/Shougo/dein.vim):
```viml
call dein#add('alopatindev/cargo-limit', { 'rev': 'master', 'hook_post_update': '!cargo install --locked cargo-limit nvim-send' })
```
Expand Down

0 comments on commit 33bbe90

Please sign in to comment.