File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -953,7 +953,7 @@ require('lazy').setup({
953
953
enabled = false ,
954
954
priority = 1000 ,
955
955
config = function ()
956
- vim .cmd ( ' colorscheme ansi' )
956
+ vim .cmd ' colorscheme ansi'
957
957
vim .opt .termguicolors = false
958
958
end ,
959
959
},
@@ -1050,6 +1050,14 @@ require('lazy').setup({
1050
1050
},
1051
1051
},
1052
1052
1053
+ {
1054
+ " mpiannucci/copy-context" ,
1055
+ -- optional configuration
1056
+ opts = {
1057
+ -- disable_default_keymap = true,
1058
+ },
1059
+ },
1060
+
1053
1061
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
1054
1062
-- init.lua. If you want these files, they are in the repository, so you can just download them and
1055
1063
-- place them in the correct locations.
You can’t perform that action at this time.
0 commit comments