Releases: 2KAbhishek/utils.nvim
Releases · 2KAbhishek/utils.nvim
1.0
First Release - 1.0
utils.nvim - A collection of useful functions for Neovim plugin development.
picker
: a module providing abstractions over various picker providers, supportstelescope
,fzf_lua
, andsnacks
.cache
: a module for caching data and managing cache files.notification
: a module for simplifying notification queues.language
: a module for programming language filetype and icon management.shell
: a module for executing shell commands and opening URLs, files.json
: a module for handling JSON data.time
: a module for working with time and date.
What's Changed
- Adding option to allow
open_dir
to usefzf-lua
instead oftelescope
by @YanniPapandreou in #2 - Adding support for Snacks as
fuzzy_provider
by @YanniPapandreou in #3 - Refactor: Modularize utils by @2KAbhishek in #4
- Add support for select file to picker by @2KAbhishek in #5
New Contributors
- @YanniPapandreou made their first contribution in #2
- @2KAbhishek made their first contribution in #4
Full Changelog: https://github.com/2KAbhishek/utils.nvim/commits/1.0