Config: ``` { "Pocco81/auto-save.nvim", debounce_delay = 1000, config = function() require("auto-save").setup() end, } ``` I can press `u` to undo if I hold it for a while, but I can't press redo (ctrl + r) to get the previous changes
Config:
I can press
uto undo if I hold it for a while, but I can't press redo (ctrl + r) to get the previous changes