From 15aea7986bee5890d690477e9ef289b1265aa97c Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Sun, 10 Oct 2021 00:55:28 +0530 Subject: [PATCH] Add telescope-zoxide under fuzzy finders --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ceb4cc7..614e866 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,7 @@ Neovim supports a wide variety of UI's. - [amirrezaask/fuzzy.nvim](https://github.com/amirrezaask/fuzzy.nvim) - Fuzzy.nvim provides a simple mechanism and pipeline to create fuzzy matching in neovim. - [camspiers/snap](https://github.com/camspiers/snap) - An extensible fuzzy finder. Similar to Telescope, and optimized for performance, especially when grepping in large codebases. - [ibhagwan/fzf-lua](https://github.com/ibhagwan/fzf-lua) - The lua version of `fzf.vim`, high-performance and fully async, supports `nvim-web-devicons`, git indicators, LSP, quickfix/location lists and more. Also supports [`skim`](https://github.com/lotabout/skim) as its fzf binary. +- [jvgrootveld/telescope-zoxide](https://github.com/jvgrootveld/telescope-zoxide) - Telescope integration for [zoxide](https://github.com/ajeetdsouza/zoxide), a smart directory picker that tracks your usage. ### Note Taking