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

(cherry picked from commit 8fda289714)
This commit is contained in:
Victor Presumido
2023-03-21 17:37:21 +00:00
committed by Simon Hauser
parent 83c1704be3
commit 446bf38992
-1
View File
@@ -116,7 +116,6 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim)
-- plugins/telescope.lua:
return {
{
'nvim-telescope/telescope.nvim', tag = '0.1.1',
-- or , branch = '0.1.1',
dependencies = { 'nvim-lua/plenary.nvim' }