File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ To use with neovim 0.6 or to stay on a stable release.
4848[ __ vim-plug__ ] ( https://github.com/junegunn/vim-plug )
4949```
5050Plug 'nvim-lua/plenary.nvim'
51- Plug 'saecki/crates.nvim', { 'tag': 'v0.2.1 ' }
51+ Plug 'saecki/crates.nvim', { 'tag': 'v0.3.0 ' }
5252
5353lua require('crates').setup()
5454```
@@ -57,7 +57,7 @@ lua require('crates').setup()
5757``` lua
5858use {
5959 ' saecki/crates.nvim' ,
60- tag = ' v0.2.1 ' ,
60+ tag = ' v0.3.0 ' ,
6161 requires = { ' nvim-lua/plenary.nvim' },
6262 config = function ()
6363 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.2.1
5+ Version: 0.3.0
66Homepage: <https://github.com/saecki/crates.nvim >
77License: MIT license
88
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ exec lua "$0" "$@"
55
66local inspect = require (" inspect" )
77local config = require (' lua.crates.config' )
8- local version = " 0.2.1 "
8+ local version = " 0.3.0 "
99
1010local function format_readme_refs (line )
1111 line = line :gsub (" `f#([^`]+)`" , " `%1`" )
You can’t perform that action at this time.
0 commit comments