mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-02-20 04:12:14 +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>",
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|