From 6d95f092e30737d49b650891e93de518498523a3 Mon Sep 17 00:00:00 2001 From: "eric.marin" Date: Wed, 5 Mar 2025 22:25:17 +0100 Subject: neorg --- nvim/lua/plugins/comment.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nvim/lua/plugins/comment.lua (limited to 'nvim/lua/plugins/comment.lua') diff --git a/nvim/lua/plugins/comment.lua b/nvim/lua/plugins/comment.lua new file mode 100644 index 0000000..559fd3c --- /dev/null +++ b/nvim/lua/plugins/comment.lua @@ -0,0 +1,6 @@ +return { + "numToStr/Comment.nvim", + lazy = true, + event = { "BufReadPost", "BufWritePost", "BufNewFile" }, + opts = {} +} -- cgit v1.2.3