dotfiles/nvim/dot-config/nvim/lua/plugins/comment.lua

7 lines
114 B
Lua

-- https://github.com/numToStr/Comment.nvim
return {
'numToStr/Comment.nvim',
event = "VeryLazy",
opts = {},
}