From 89a88e24d00306076b067a0ccb87ad2a603054f3 Mon Sep 17 00:00:00 2001 From: triethyl Date: Sun, 17 Aug 2025 12:45:30 -0400 Subject: neovim: working on new config --- pkgs/custom-neovim/config/lua/plugins/comment.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pkgs/custom-neovim/config/lua/plugins/comment.lua (limited to 'pkgs/custom-neovim/config/lua/plugins/comment.lua') diff --git a/pkgs/custom-neovim/config/lua/plugins/comment.lua b/pkgs/custom-neovim/config/lua/plugins/comment.lua new file mode 100644 index 0000000..749e622 --- /dev/null +++ b/pkgs/custom-neovim/config/lua/plugins/comment.lua @@ -0,0 +1,7 @@ +return { + "comment.nvim", + lazy = false, + after = function() + require("Comment").setup() + end +} -- cgit v1.2.3