u/Any_Appointment5959

▲ 33 r/neovim

Made a tiny Neovim plugin: SaptanshuWanjari/icon-picker.nvim

Built this because I missed the icon preview I had in VSCode and going to the website for checking and copying the import statements was breaking my flow state.

Features:

- Telescope picker for lucide-react + react-icons

- inserts JSX icon at cursor

- auto-adds import

- source toggle + preview

Install (lazy.nvim):

{

"SaptanshuWanjari/icon-picker.nvim",

dependencies = {

"nvim-telescope/telescope.nvim",

"nvim-lua/plenary.nvim",

},

opts = {},

}

You can checkout the repo for further details

PS: Its vibe coded. From my testing so far, I have tried to fix most of the issues but If you still hit bugs/edge cases, please open an issue or PR.

u/Any_Appointment5959 — 18 days ago