nvim: replace highlight yank plugin with autocmd
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user