nvim-config/lua/plugins/vim-commentary.lua
2024-12-24 23:01:45 -06:00

8 lines
141 B
Lua

-- Comment/Uncomment Lines of Code
return {
-- https://github.com/tpope/vim-commentary
'tpope/vim-commentary',
event = 'VeryLazy',
}