feat: add keymap for yanking to system clipboard
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user