feat: add keymap for yanking to system clipboard

This commit is contained in:
Stevan Freeborn
2025-01-18 23:25:36 -06:00
parent 50898dcd2f
commit 6c0e06ff11
5 changed files with 78 additions and 69 deletions
+5 -3
View File
@@ -7,8 +7,10 @@ return {
config.setup({
auto_install = true,
indent = { enabled = true },
highlight = { enabled = true },
highlight = {
enabled = true,
additional_vim_regex_highlighting = true,
},
})
end,
end,
}