nvim: replace highlight yank plugin with autocmd

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent 4cc80888fb
commit 169a3aba2e
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",