Files

11 lines
194 B
Lua

return {
'gbprod/substitute.nvim',
event = { 'BufReadPre', 'BufNewFile' },
opts = {
highlight_substituted_text = {
enabled = true,
timer = 800,
},
},
}