feat(nvim): more modernization
This commit is contained in:
parent
98ea8609fd
commit
8e9d8cd00d
16 changed files with 533 additions and 551 deletions
|
|
@ -20,7 +20,6 @@ vim.api.nvim_create_autocmd('BufReadPost', {
|
|||
command = 'sil! normal g`"',
|
||||
group = aug,
|
||||
})
|
||||
|
||||
vim.api.nvim_create_autocmd('TextYankPost', {
|
||||
callback = function()
|
||||
vim.highlight.on_yank({ higroup = 'Visual', timeout = 300 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue