mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
9 lines
156 B
Lua
9 lines
156 B
Lua
return {
|
|
'echasnovski/mini.comment',
|
|
version = '*',
|
|
opts = {
|
|
options = {
|
|
custom_commentstring = function() return vim.bo.commentstring end
|
|
}
|
|
}
|
|
}
|