mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-04-05 14:23:31 +00:00
12 lines
183 B
Lua
12 lines
183 B
Lua
|
return {
|
||
|
{
|
||
|
'echasnovski/mini.comment',
|
||
|
opts = {
|
||
|
mappings = {
|
||
|
comment_line = "<space>c<space>",
|
||
|
comment_visual = "<space>c<space>",
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|