This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- SmartPick - Enhanced file and buffer picker with intelligent highlighting | |
| --- ========================================================================== | |
| --- | |
| --- A unified file/buffer picker for Neovim that combines buffer and file search | |
| --- into one intelligent interface. Built on mini.nvim ecosystem (mini.pick). | |
| --- | |
| --- ## Problem It Solves | |
| --- - Eliminates "picker paralysis" - no more choosing between buffer vs file picker | |
| --- - Shows everything in one list: buffers (by recency) → files (alphabetically) | |
| --- |