File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ Feel free to open issues.
4141## Setup
4242
4343### Installation
44- To use with neovim 0.5 or to stay on a stable release.
44+ To use with neovim 0.6 or to stay on a stable release.
4545
4646[ __ vim-plug__ ] ( https://github.com/junegunn/vim-plug )
4747```
4848Plug 'nvim-lua/plenary.nvim'
49- Plug 'saecki/crates.nvim', { 'tag': 'v0.1 .0' }
49+ Plug 'saecki/crates.nvim', { 'tag': 'v0.2 .0' }
5050
5151lua require('crates').setup()
5252```
@@ -55,7 +55,7 @@ lua require('crates').setup()
5555``` lua
5656use {
5757 ' saecki/crates.nvim' ,
58- tag = ' v0.1 .0' ,
58+ tag = ' v0.2 .0' ,
5959 requires = { ' nvim-lua/plenary.nvim' },
6060 config = function ()
6161 require (' crates' ).setup ()
Original file line number Diff line number Diff line change 22*crates.nvim*
33
44Author: Tobias Schmitz <
[email protected] >
5- Version: 0.1 .0
5+ Version: 0.2 .0
66Homepage: <https://github.com/saecki/crates.nvim >
77License: MIT license
88
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ Feel free to open issues.
4141## Setup
4242
4343### Installation
44- To use with neovim 0.5 or to stay on a stable release.
44+ To use with neovim 0.6 or to stay on a stable release.
4545
4646[__vim-plug__](https://github.com/junegunn/vim-plug)
4747```
4848Plug 'nvim-lua/plenary.nvim'
49- Plug 'saecki/crates.nvim', { 'tag': 'v0.1 .0' }
49+ Plug 'saecki/crates.nvim', { 'tag': 'v0.2 .0' }
5050
5151lua require('crates').setup()
5252```
@@ -55,7 +55,7 @@ lua require('crates').setup()
5555```lua
5656use {
5757 'saecki/crates.nvim',
58- tag = 'v0.1 .0',
58+ tag = 'v0.2 .0',
5959 requires = { 'nvim-lua/plenary.nvim' },
6060 config = function()
6161 require('crates').setup()
Original file line number Diff line number Diff line change 22*crates.nvim*
33
44Author: Tobias Schmitz <
[email protected] >
5- Version: 0.1 .0
5+ Version: 0.2 .0
66Homepage: <https://github.com/saecki/crates.nvim >
77License: MIT license
88
You can’t perform that action at this time.
0 commit comments