Initial commit
This commit is contained in:
6
lua/plugins/comment.lua
Normal file
6
lua/plugins/comment.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
"numToStr/comment.nvim",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
opts = {},
|
||||
lazy = false
|
||||
}
|
||||
Reference in New Issue
Block a user