1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00
dotfiles/nvim/lua/plugins/editor/mini-comment.lua

9 lines
156 B
Lua

return {
'echasnovski/mini.comment',
version = '*',
opts = {
options = {
custom_commentstring = function() return vim.bo.commentstring end
}
}
}