doc: remove extra { from Lazy.nvim package manager directions (#2406)

This commit is contained in:
Victor Presumido
2023-03-21 17:37:21 +00:00
committed by GitHub
parent f43eb22e0c
commit 8fda289714

View File

@@ -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' }