first commit
This commit is contained in:
commit
15e643aa8e
41 changed files with 1623 additions and 0 deletions
8
lua/plugins/vim-commentary.lua
Normal file
8
lua/plugins/vim-commentary.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
-- Comment/Uncomment Lines of Code
|
||||
return {
|
||||
-- https://github.com/tpope/vim-commentary
|
||||
'tpope/vim-commentary',
|
||||
event = 'VeryLazy',
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue