7 lines
129 B
Lua
7 lines
129 B
Lua
|
-- Install and configure Comment.nvim
|
||
|
-- "gc" to comment visual regions/lines
|
||
|
return {
|
||
|
'numToStr/Comment.nvim',
|
||
|
opts = {}
|
||
|
}
|