nvim: replace highlight yank plugin with autocmd

This commit is contained in:
mequidis
2022-11-05 00:35:33 +02:00
parent 1de872679d
commit 7f2f9fc4ba
3 changed files with 25 additions and 11 deletions

View File

@ -150,19 +150,10 @@ require("packer").startup(function()
after = "nvim-treesitter",
})
--
-- qol
--
-- highlight yank
use({
"machakann/vim-highlightedyank",
event = "TextYankPost",
})
--
-- org mode
--
use({
"nvim-orgmode/orgmode",
after = "nvim-treesitter",