5 lines
103 B
Lua
5 lines
103 B
Lua
|
|
return {
|
||
|
|
"terrortylor/nvim-comment",
|
||
|
|
config = function() require("nvim_comment").setup() end
|
||
|
|
}
|