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",