add comment.nvim

This commit is contained in:
Guanran Wang 2024-02-21 13:25:59 +08:00
parent 72a2885394
commit 1321f5b370
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

5
lua/plugins/comment.lua Normal file
View file

@ -0,0 +1,5 @@
return {
"numToStr/Comment.nvim",
opts = {},
lazy = false,
}