From 06443c8e01c38bc7d745805f2948f00740438815 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Sun, 19 Sep 2021 22:05:36 -0500 Subject: [PATCH] added note about plenary to example config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 437eca8..1b42699 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ require('telescope').extensions.vinegar.file_browser() ## 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 -- add keybinding