aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/comment.lua
diff options
context:
space:
mode:
authoreric.marin <maarin.eric@gmail.com>2025-03-05 22:25:17 +0100
committereric.marin <maarin.eric@gmail.com>2025-03-05 22:26:26 +0100
commit6d95f092e30737d49b650891e93de518498523a3 (patch)
tree469db0917af455a1a354123f8d5ee27a228dae38 /nvim/lua/plugins/comment.lua
parent4de5a217c25fe83bb54063f8d842b78c9e6d7fb3 (diff)
downloaddotfiles-6d95f092e30737d49b650891e93de518498523a3.tar.gz
dotfiles-6d95f092e30737d49b650891e93de518498523a3.zip
neorg
Diffstat (limited to 'nvim/lua/plugins/comment.lua')
-rw-r--r--nvim/lua/plugins/comment.lua6
1 files changed, 6 insertions, 0 deletions
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 = {}
+}