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

7 lines
91 B
Lua
Raw Normal View History

2025-02-22 23:29:01 +03:00
return {
"numToStr/Comment.nvim",
opts = {
-- add any options here
}
}