Skip to content

Commit 97419c4

Browse files
committed
Add comment.nvim
1 parent 8483364 commit 97419c4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

init.lua

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,13 +1051,20 @@ require('lazy').setup({
10511051
},
10521052

10531053
{
1054-
"mpiannucci/copy-context",
1054+
'mpiannucci/copy-context',
10551055
-- optional configuration
10561056
opts = {
10571057
-- disable_default_keymap = true,
10581058
},
10591059
},
10601060

1061+
{
1062+
'numToStr/Comment.nvim',
1063+
opts = {
1064+
-- add any options here
1065+
},
1066+
},
1067+
10611068
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
10621069
-- init.lua. If you want these files, they are in the repository, so you can just download them and
10631070
-- place them in the correct locations.

0 commit comments

Comments
 (0)