update to toggleterm

This commit is contained in:
2025-02-14 13:46:24 -08:00
parent a95aab0e51
commit a9518b1718
10 changed files with 326 additions and 92 deletions

View File

@@ -35,7 +35,7 @@ autocmd('TextYankPost', {
group = highlight_yank,
pattern = '*',
callback = function()
vim.highlight.on_yank({ higroup = "IncSearch", timeout = 1000 })
vim.highlight.on_yank({ higroup = "IncSearch", timeout = 420 })
end,
})
@@ -48,4 +48,5 @@ autocmd('TextYankPost', {
-- require('code_action_utils').code_action_listener()
-- end
-- end
-- })
-- })