diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-11-15 11:04:51 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-11-15 11:04:51 +0200 |
| commit | 6775aea79daae171bf94740335330549c24fabbc (patch) | |
| tree | 2032455dbe11edd4e5b504ecb2a4a7bb6c65482c /.config/nvim/lua/plugins/hardtime.lua | |
| parent | b689c502591b7e636a45fca155a77ad16027b286 (diff) | |
| parent | 95b766869be7958967d8cab3463753970168ae33 (diff) | |
| download | dotfiles-6775aea79daae171bf94740335330549c24fabbc.tar.gz dotfiles-6775aea79daae171bf94740335330549c24fabbc.zip | |
Merge commit '95b766869be7958967d8cab3463753970168ae33'
Diffstat (limited to '.config/nvim/lua/plugins/hardtime.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/hardtime.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugins/hardtime.lua b/.config/nvim/lua/plugins/hardtime.lua index 153411d..e058b8b 100644 --- a/.config/nvim/lua/plugins/hardtime.lua +++ b/.config/nvim/lua/plugins/hardtime.lua @@ -12,7 +12,7 @@ end hardtime.setup({ -- hardtime config here - disabled_filetypes = { 'qf', 'netrw', 'NvimTree', 'lazy', 'mason', 'oil', 'dashboard' }, + disabled_filetypes = { 'qf', 'netrw', 'NvimTree', 'NvimTree_1', 'lazy', 'mason', 'oil', 'dashboard' }, }) return { |
