We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8483364 commit 97419c4Copy full SHA for 97419c4
init.lua
@@ -1051,13 +1051,20 @@ require('lazy').setup({
1051
},
1052
1053
{
1054
- "mpiannucci/copy-context",
+ 'mpiannucci/copy-context',
1055
-- optional configuration
1056
opts = {
1057
-- disable_default_keymap = true,
1058
1059
1060
1061
+ {
1062
+ 'numToStr/Comment.nvim',
1063
+ opts = {
1064
+ -- add any options here
1065
+ },
1066
1067
+
1068
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
1069
-- init.lua. If you want these files, they are in the repository, so you can just download them and
1070
-- place them in the correct locations.
0 commit comments