Skip to content

Commit

Permalink
Add note to readme about lazy.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
natecraddock committed Jul 5, 2024
1 parent 3f565ad commit 9c23e2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ Install in neovim with a package manager like
use "natecraddock/telescope-zf-native.nvim"
```

If you are using [lazy.nvim](https://github.com/folke/lazy.nvim) and experience troubles installing the plugin, try something like the following (see [this issue](https://github.com/natecraddock/telescope-zf-native.nvim/issues/21) for more details):

```lua
require('lazy').setup('my_plugins', { rocks = { enabled = false } })
```

Then load the extension in telescope with default settings.

```lua
Expand Down

0 comments on commit 9c23e2f

Please sign in to comment.