dev: automated commit - 2025-09-21 22:02:19

This commit is contained in:
Mariano Z. 2025-09-21 22:02:19 -03:00
parent 667fa0b7db
commit a2a4066600
5 changed files with 32 additions and 99 deletions

View file

@ -4,21 +4,8 @@ local M = {
"nvim-lua/plenary.nvim",
{ "L3MON4D3/LuaSnip", version = "v2.*" },
"folke/lazydev.nvim",
{
"MattiasMTS/cmp-dbee",
dependencies = {
{ "kndndrj/nvim-dbee" },
},
ft = "sql", -- optional but good to have
opts = {}, -- needed
},
{
"saghen/blink.compat",
version = "2.*",
lazy = true,
opts = {},
},
},
build = "nix run .#build-plugin",
version = "*",
}
@ -50,13 +37,8 @@ M.config = function()
sources = {
default = { "lsp", "path", "snippets", "buffer", "lazydev" },
providers = {
dbee = { name = "cmp-dbee", module = "blink.compat.source" },
lazydev = { module = "lazydev.integrations.blink", score_offset = 100 },
},
per_filetype = {
sql = { "dbee", "buffer" },
},
},
signature = {