From 323b1df703847a6290167a8dae9d46222896ed1b Mon Sep 17 00:00:00 2001 From: Greg Date: Sun, 1 Mar 2026 21:58:15 +0200 Subject: [PATCH] config --- .config/nvim/lua/plugins/blink.lua | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.config/nvim/lua/plugins/blink.lua b/.config/nvim/lua/plugins/blink.lua index 7ef9f52..5f8bda4 100644 --- a/.config/nvim/lua/plugins/blink.lua +++ b/.config/nvim/lua/plugins/blink.lua @@ -48,15 +48,7 @@ Blink.setup({ snippets = { preset = "luasnip" }, sources = { -- add lazydev to your completion providers - default = { "lazydev", "lsp", "snippets", "path", "buffer" }, - providers = { - lazydev = { - name = "LazyDev", - module = "lazydev.integrations.blink", - -- make lazydev completions top priority (see `:h blink.cmp`) - score_offset = 100, - }, - }, + default = { "lsp", "snippets", "path", "buffer" }, }, signature = { enabled = true }, })