Skip to content

Instantly share code, notes, and snippets.

View suliatis's full-sized avatar

Attila Süli suliatis

  • Budapest, Hungary
View GitHub Profile
@suliatis
suliatis / SmartPick.lua
Last active September 15, 2025 11:15
Enhanced file and buffer picker with intelligent highlighting
--- 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)
---