Skip to content

Releases: 2KAbhishek/utils.nvim

1.0

05 Apr 23:12
642dfd7
Compare
Choose a tag to compare

First Release - 1.0

utils.nvim - A collection of useful functions for Neovim plugin development.

  • picker: a module providing abstractions over various picker providers, supports telescope, fzf_lua, and snacks.
  • 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

New Contributors

Full Changelog: https://github.com/2KAbhishek/utils.nvim/commits/1.0