Skip to content

Commit 8483364

Browse files
committed
Add my copy-context plugin
1 parent 3b12a89 commit 8483364

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

init.lua

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ require('lazy').setup({
953953
enabled = false,
954954
priority = 1000,
955955
config = function()
956-
vim.cmd('colorscheme ansi')
956+
vim.cmd 'colorscheme ansi'
957957
vim.opt.termguicolors = false
958958
end,
959959
},
@@ -1050,6 +1050,14 @@ require('lazy').setup({
10501050
},
10511051
},
10521052

1053+
{
1054+
"mpiannucci/copy-context",
1055+
-- optional configuration
1056+
opts = {
1057+
-- disable_default_keymap = true,
1058+
},
1059+
},
1060+
10531061
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
10541062
-- init.lua. If you want these files, they are in the repository, so you can just download them and
10551063
-- place them in the correct locations.

0 commit comments

Comments
 (0)