From c1138a30d94e6f90f277cc10777dcab75bd706cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Flo=C3=9Fmann?= Date: Mon, 12 Jan 2026 10:06:56 +0100 Subject: [PATCH] add quicker.nvim --- lua/community.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/community.lua b/lua/community.lua index 62e77ef..e31f3c8 100644 --- a/lua/community.lua +++ b/lua/community.lua @@ -49,4 +49,6 @@ return { { import = "astrocommunity.markdown-and-latex.render-markdown-nvim" }, { import = "astrocommunity.note-taking.neorg" }, + + { import = "astrocommunity.quickfix.quicker-nvim" }, }