An open API service indexing awesome lists of open source software.

https://github.com/destinio/destin.nvim

NeoVim tools I use daily
https://github.com/destinio/destin.nvim

lua neovim nvim nvim-plugin sqlite sqlite3

Last synced: about 1 year ago
JSON representation

NeoVim tools I use daily

Awesome Lists containing this project

README

          

# destin.nvim

## Install

### [Lazy](https://github.com/folke/lazy.nvim)

```lua
{
"destinio/destin.nvim"
}

-- not required
require("destin").setup(opts)
```