doc: remove extra { from Lazy.nvim package manager directions (#2406)
This commit is contained in:
@@ -116,7 +116,6 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim)
|
|||||||
|
|
||||||
-- plugins/telescope.lua:
|
-- plugins/telescope.lua:
|
||||||
return {
|
return {
|
||||||
{
|
|
||||||
'nvim-telescope/telescope.nvim', tag = '0.1.1',
|
'nvim-telescope/telescope.nvim', tag = '0.1.1',
|
||||||
-- or , branch = '0.1.1',
|
-- or , branch = '0.1.1',
|
||||||
dependencies = { 'nvim-lua/plenary.nvim' }
|
dependencies = { 'nvim-lua/plenary.nvim' }
|
||||||
|
|||||||
Reference in New Issue
Block a user