From cffc1eabfb198370b88a0b381a7cfb312fdc8ee4 Mon Sep 17 00:00:00 2001 From: "Gustavo L de Mello (Guz)" Date: Wed, 11 Dec 2024 09:56:58 -0300 Subject: [PATCH] feat: add resources to blink.cmp --- lua/dot013/plugins/ide.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lua/dot013/plugins/ide.lua b/lua/dot013/plugins/ide.lua index 727944c..51f1a59 100644 --- a/lua/dot013/plugins/ide.lua +++ b/lua/dot013/plugins/ide.lua @@ -71,6 +71,14 @@ return { require("luasnip").jump(direction) end, }, + sources = { + default = { + "lsp", + "path", + "snippets", + "buffer", + }, + }, completion = { list = { selection = "auto_insert",