From 1bb5fdecd9b9e4853c643c6f362f1ab36d3473b7 Mon Sep 17 00:00:00 2001 From: Roee Kleiner Date: Sat, 22 Apr 2023 00:40:54 +0300 Subject: [PATCH] Add comment code support --- lua/custom/plugins/comment.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lua/custom/plugins/comment.lua diff --git a/lua/custom/plugins/comment.lua b/lua/custom/plugins/comment.lua new file mode 100644 index 00000000..46127d29 --- /dev/null +++ b/lua/custom/plugins/comment.lua @@ -0,0 +1,7 @@ + +return { + "numToStr/Comment.nvim", + config = function () + require('Comment').setup {} + end, +}