diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-11-06 23:39:02 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-11-06 23:39:02 +0200 |
| commit | 0afcff09d2bcc05fa534a303e18adb65b89ae8fe (patch) | |
| tree | 52a289bda1cb682da7cebd333ddd76480099ca77 /lua/plugins/hardtime.lua | |
| parent | 312ae1da54e7f72c02da565aebb106590a3fa863 (diff) | |
| download | dotfiles-0afcff09d2bcc05fa534a303e18adb65b89ae8fe.tar.gz dotfiles-0afcff09d2bcc05fa534a303e18adb65b89ae8fe.zip | |
Add 'NvimTree_1' to disabled filetypes list
Diffstat (limited to 'lua/plugins/hardtime.lua')
| -rw-r--r-- | lua/plugins/hardtime.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/hardtime.lua b/lua/plugins/hardtime.lua index 153411d..e058b8b 100644 --- a/lua/plugins/hardtime.lua +++ b/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 { |
