From d66e2af8723d1d4a70f36f9dd1c63fddfe55a1c2 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Mon, 13 Sep 2021 09:51:49 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9e27ed8..712130d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A modified version of [Telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)'s built-in file browser with behavior inspired by [vim-vinegar](https://github.com/tpope/vim-vinegar) and [vim-filebeagle](https://github.com/jeetsukumaran/vim-filebeagle). +## Archived + +After using this for a while I've decided that Telescope is the wrong tool for this. I'm just sticking with `netrw`. + ## Usage File browser opens in the current buffer's directory in normal mode by default.