m4xshen / hardtime.nvim

Establish good command workflow and quit bad habit
MIT License
1.38k stars 26 forks source link

not enabled at first when doing `nvim <filename>` with `lazy.nvim` #19

Closed llllvvuu closed 1 year ago

llllvvuu commented 1 year ago

To reproduce:

{
  "m4xshen/hardtime.nvim",
  opts = {}
},

open nvim from the command-line like nvim <filename>. hardtime.nvim will not start until you open another buffer. Probably because of this: https://github.com/m4xshen/hardtime.nvim/blob/main/lua/hardtime/init.lua#L153