From b20d5075e6746b945e5e058c853fcc0841180c63 Mon Sep 17 00:00:00 2001 From: Danny Tormoen Date: Sat, 28 Feb 2026 09:46:30 -0800 Subject: [PATCH] Add `dtormoen/neural-open.nvim` (#2202) Co-authored-by: Guennadi Maximov C --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c07ed75..4a65c4a 100644 --- a/README.md +++ b/README.md @@ -539,6 +539,7 @@ It has some [builtin plugins](https://neovim.io/doc/user/plugins.html#plugins) a - [dmtrKovalenko/fff.nvim](https://github.com/dmtrKovalenko/fff.nvim) - Fuzzy file picker with a standalone native implementation of file indexing and typo resistant fuzzy matcher. Includes all the QOL features, file previews (and images), frecency sorting, last query matching, proximity, Git status bonuses and much more. - [wsdjeg/picker.nvim](https://github.com/wsdjeg/picker.nvim) - Simple fuzzy finder, including files, ctags outline, and more. - [juniorsundar/refer.nvim](https://github.com/juniorsundar/refer.nvim) - A minimalist picker that doesn't get in your way. +- [dtormoen/neural-open.nvim](https://github.com/dtormoen/neural-open.nvim) - Intelligent `snacks.nvim` picker that teaches a neural network to rank files by what you're most likely to open next. [**⬆ back to top**](#contents)