8 lines
141 B
Lua
8 lines
141 B
Lua
-- Comment/Uncomment Lines of Code
|
|
return {
|
|
-- https://github.com/tpope/vim-commentary
|
|
'tpope/vim-commentary',
|
|
event = 'VeryLazy',
|
|
}
|
|
|
|
|