From 58c96d467ba2b7d4db7af6a22170a2e5d874f5c8 Mon Sep 17 00:00:00 2001 From: Albin Chaboissier Date: Thu, 9 Oct 2025 20:38:14 +0200 Subject: [PATCH] Comments --- lua/plugins/comment.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lua/plugins/comment.lua diff --git a/lua/plugins/comment.lua b/lua/plugins/comment.lua new file mode 100644 index 0000000..80c1e7e --- /dev/null +++ b/lua/plugins/comment.lua @@ -0,0 +1,5 @@ +return { + 'numToStr/Comment.nvim', + opts = { + } +}