refactor(nvim): update sqlite.lua plugin source
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled

This commit is contained in:
Price Hiller 2024-12-01 22:16:03 -06:00
parent 7355c4fbea
commit 0a981f63d8
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -3,7 +3,7 @@ return {
"AckslD/nvim-neoclip.lua",
event = { "BufReadPre", "BufNewFile" },
dependencies = {
{ "tami5/sqlite.lua" },
{ "kkharji/sqlite.lua", module = "sqlite" },
{ "nvim-telescope/telescope.nvim" },
},
opts = {