dotfiles/.config/nvim/lua/plugins/comment.lua
Ahmet Kaan Gümüş e8bfb35161 feat: add new dotfiles
2025-02-22 23:29:01 +03:00

6 lines
91 B
Lua

return {
"numToStr/Comment.nvim",
opts = {
-- add any options here
}
}