From ffd0ebd4cb31bb63a6205875c30d42b7f7503082 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sat, 14 Dec 2024 11:44:56 -0500 Subject: [PATCH] changed from cmp to blink and disabled neorg for now --- lua/community.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lua/community.lua b/lua/community.lua index 3246c75..9ef1748 100644 --- a/lua/community.lua +++ b/lua/community.lua @@ -19,5 +19,8 @@ return { { import = "astrocommunity.pack.svelte" }, -- Add "Apps" - { import = "astrocommunity.note-taking.neorg" }, + -- { import = "astrocommunity.note-taking.neorg" }, + + -- Better completion + { import = "astrocommunity.completion.blink-cmp" }, }