fix(nvim): new config

This commit is contained in:
Oliver
2026-02-03 15:59:16 +01:00
parent 08cf0ce23e
commit 2ec13f085c
4 changed files with 30 additions and 65 deletions

View File

@@ -13,7 +13,12 @@ return {
},
},
dependencies = {
"kkharji/sqlite.lua",
{
"kkharji/sqlite.lua",
config = function()
vim.g.sqlite_clib_path = "/opt/homebrew/opt/sqlite/lib/libsqlite3.dylib"
end,
},
"nvim-telescope/telescope.nvim",
},
}