m4xshen / hardtime.nvim

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

mini-files disable_filetypes support #38

Closed ppawelzak closed 1 year ago

ppawelzak commented 1 year ago

Describe the bug hardtime not disabled in mini-files after adding "minifiles" in disable_filetypes config option.

Config options disable_filetypes = { "minifiles" }

To Reproduce Steps to reproduce the behavior:

  1. open mini-files
  2. press j 3 times

Expected behavior hardtime being disabled when in mini-files buffer

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

m4xshen commented 1 year ago

The correct option name is disabled_filetypes. You missed a d.