Files
dotfiles/dot_config/nvim/lua/plugins/comment.lua
2025-10-14 19:12:58 +03:00

10 lines
154 B
Lua

return {
"numToStr/Comment.nvim",
config = function()
local comment = require("Comment")
comment.setup({
opleader = { line = "|" },
})
end,
}