From c8dc68365eee8d8325ed14581a6affd3bbd7c1f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Tue, 3 Sep 2024 09:12:05 +0000 Subject: [PATCH] add grug-far nvim plugin --- astronvim/plugins/grug-far.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 astronvim/plugins/grug-far.lua diff --git a/astronvim/plugins/grug-far.lua b/astronvim/plugins/grug-far.lua new file mode 100644 index 0000000..926364b --- /dev/null +++ b/astronvim/plugins/grug-far.lua @@ -0,0 +1,6 @@ +return { + "MagicDuck/grug-far.nvim", + config = function() + require("grug-far").setup({}) + end, +}