Skip to content

Commit

Permalink
config(nvim): add yank ass
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Jul 7, 2024
1 parent 92f9697 commit 9c4aa6b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,18 @@ require("lazy").setup({
end,
},

-- https://github.com/neovim/neovim/issues/12374
-- https://github.com/svban/YankAssassin.nvim
{
"svban/YankAssassin.nvim",
config = function()
require("YankAssassin").setup({
auto_normal = true,
auto_visual = true,
})
end,
},

-- https://github.com/echasnovski/mini.nvim
{
"echasnovski/mini.nvim",
Expand Down

0 comments on commit 9c4aa6b

Please sign in to comment.