an opinionated 'oldfiles' impl
- fixed-length history among nvim instances
- record = path + line + col
- redis as the persistent target
- just works
- linux
- redis >= 7.*
- nvim 0.10.*
- haolian9/infra.nvim
- necessary config:
require'infra.G'('olds').create_client = function() return require('olds.RedisClient').connect_unix('/run/user/1000/redis.sock') end
.init()
for automatically recording.oldfiles()
,.dump()
,.reset()
,.prune()