From 790eccde5e3bb6a187a47c34fa905bab064fad71 Mon Sep 17 00:00:00 2001 From: awy Date: Wed, 19 Nov 2025 19:35:16 +0300 Subject: yep --- .config/nvim/lua/plugins/comment.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .config/nvim/lua/plugins/comment.lua (limited to '.config/nvim/lua/plugins/comment.lua') diff --git a/.config/nvim/lua/plugins/comment.lua b/.config/nvim/lua/plugins/comment.lua new file mode 100644 index 0000000..aa8e8b7 --- /dev/null +++ b/.config/nvim/lua/plugins/comment.lua @@ -0,0 +1,8 @@ +return { + { + "numToStr/Comment.nvim", + config = function() + require('Comment').setup() + end + } +} -- cgit v1.2.3