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
- Host: GitHub
- URL: https://github.com/destinio/destin.nvim
- Owner: destinio
- License: gpl-3.0
- Created: 2024-02-24T21:03:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T22:34:37.000Z (about 2 years ago)
- Last Synced: 2025-03-15T04:45:05.746Z (about 1 year ago)
- Topics: lua, neovim, nvim, nvim-plugin, sqlite, sqlite3
- Language: Lua
- Homepage: https://destin.io
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```