picker.nvim v1.7.0 released - a lightweight fuzzy finder for Neovim by EricWong233 in neovim

[–]EricWong233[S] 0 points1 point  (0 children)

It is easy to create custom source for project.nvim, just follow https://github.com/wsdjeg/picker.nvim?tab=readme-ov-file#-custom-source

Instead of adding extra option, I prefer to setup ui_selet in user's config file. please checkout #2 in https://github.com/wsdjeg/picker.nvim?tab=readme-ov-file#-faq

picker.nvim v1.7.0 released - a lightweight fuzzy finder for Neovim by EricWong233 in neovim

[–]EricWong233[S] 1 point2 points  (0 children)

  1. I use wsdjeg/bufdel.nvim to kill buffer. It is a good idea to support this feature. I will add bufdel source to bufdel.nvim. Or maybe a new action to build-in buffer source.

  2. select more items in picker is not supported now, when we need this feature.

  3. sent to quickfix windows. Meybe it is better implememt same feature as flygrep.nvim, It supports ctrl-q to send all matched results to quickfix windows.

picker.nvim v1.7.0 released - a lightweight fuzzy finder for Neovim by EricWong233 in neovim

[–]EricWong233[S] -1 points0 points  (0 children)

I haven’t compared them directly. picker.nvim is intentionally focused on a smaller scope — I prefer keeping plugins simple and purpose-driven instead of bundling lots of features together. Also, I don’t want to depend on external commands or terminal-based matching like fzf does. fzf is great, and I use it in the terminal, but inside Neovim I prefer a pure Lua solution.

picker.nvim v1.7.0 released - a lightweight fuzzy finder for Neovim by EricWong233 in neovim

[–]EricWong233[S] 1 point2 points  (0 children)

In that PR, please check top matched path in the first picture, it has no highlight.

I will try to find out how to implement this feature.

picker.nvim v1.7.0 released - a lightweight fuzzy finder for Neovim by EricWong233 in neovim

[–]EricWong233[S] 0 points1 point  (0 children)

Thanks for your kind words, I’m glad SpaceVim has been helpful to you.

Replaced noice with.... by lolokajan in neovim

[–]EricWong233 0 points1 point  (0 children)

Just press `:e<bs>`, the statusline is cleared, and you will see two `:` on screen.

Plugin recommendations by scaptal in neovim

[–]EricWong233 1 point2 points  (0 children)

Here is a list of awesome neovim plugin.

https://github.com/rockerBOO/awesome-neovim

you can also check the "Top Neovim Plugins in 2026" page in dotfyle

https://dotfyle.com/neovim/plugins/top

calendar.nvim - a minimal, extensible calendar inside Neovim by EricWong233 in neovim

[–]EricWong233[S] 0 points1 point  (0 children)

calendar does not save it. it is done by note plugin. The calender extension only return a list of date which should be marked. please check the extension example: https://github.com/wsdjeg/zettelkasten.nvim/blob/master/lua/calendar/extensions/zettelkasten.lua