diff --git a/README.md b/README.md index 4e7a07f..377858b 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,25 @@ use { } ``` +Using [lazy.nvim](https://github.com/folke/lazy.nvim) + +```lua +-- init.lua: + { + 'nvim-telescope/telescope.nvim', tag = '0.1.1', +-- or , branch = '0.1.1', + dependencies = { 'nvim-lua/plenary.nvim' } + } + +-- plugins/telescope.lua: +return { + { + 'nvim-telescope/telescope.nvim', tag = '0.1.1', +-- or , branch = '0.1.1', + dependencies = { 'nvim-lua/plenary.nvim' } + } +``` + ### checkhealth Make sure you call `:checkhealth telescope` after installing telescope to ensure