added note about plenary to example config
This commit is contained in:
parent
c9b88aaeb4
commit
06443c8e01
|
@ -27,7 +27,7 @@ require('telescope').extensions.vinegar.file_browser()
|
||||||
|
|
||||||
## Example Config
|
## Example Config
|
||||||
|
|
||||||
The following config maps `-` to the file browser, disables `netrw`, and automatically opens the file browser when you launch nvim with a directory as the file argument.
|
The following config maps `-` to the file browser, disables `netrw`, and automatically opens the file browser when you launch nvim with a directory as the file argument (uses [plenary.nvim](https://github.com/nvim-lua/plenary.nvim)).
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
-- add keybinding
|
-- add keybinding
|
||||||
|
|
Reference in New Issue