summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVictor Presumido <victor.presumido@gmail.com>2023-03-21 17:37:21 +0000
committerGitHub <noreply@github.com>2023-03-21 13:37:21 -0400
commit8fda289714eca2663674f64121262117d7dc4858 (patch)
tree808a58eea0007a272df3dbae3bf3b926b36aa232 /README.md
parentf43eb22e0cf9b2deede132ddab2c152f5e589f1a (diff)
doc: remove extra `{` from Lazy.nvim package manager directions (#2406)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index ca75501..decbfb0 100644
--- a/README.md
+++ b/README.md
@@ -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' }