timer.nvim 动机 当我待在线路上一段时间后,我想在正常模式下查看诊断错误。 我也想在键入时立即输入时看到func签名。 因此,我设置了CursorHold和CursorHoldI自动命令来查看帮助。 但是,等等,它们都在updatetime超时之内被触发了! 不再... 安装 打包程序 use 'alex-popov-tech/timer.nvim' 用法 插件非常简单: require "timer".add( -- require function and call it function() -- pass your function local next = math.random(1000, 3000) print("hello, next tick in " .. next .. "ms...") ret