1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-05 12:39:26 +00:00

[neovim] Add karem-yank plugin

This commit is contained in:
2023-03-11 16:29:00 +01:00
parent c1d4762753
commit cb0c751e4d
2 changed files with 2 additions and 1 deletions

View File

@ -72,6 +72,7 @@ lazy.setup({
},
{ "taybart/b64.nvim", event = "VeryLazy" },
{ "echasnovski/mini.align", event = "VeryLazy", version = "*" },
{ "tenxsoydev/karen-yank.nvim", event = "VeryLazy", config = true },
-- cmp plugins
{