aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-10-30 22:30:32 +0200
committersrdusr <trevorgray@srdusr.com>2023-11-04 17:37:20 +0200
commit696535c2e386250ff5a216901a05353c3f3be23a (patch)
tree682dd433cb05e6fa2755f69f41afe8951fd26095
parent7372a23448f6b2e9e130b54eeacdb29afaa0383f (diff)
downloaddotfiles-696535c2e386250ff5a216901a05353c3f3be23a.tar.gz
dotfiles-696535c2e386250ff5a216901a05353c3f3be23a.zip
Disabled filetype for dashboard
-rw-r--r--.config/nvim/lua/plugins/hardtime.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/lua/plugins/hardtime.lua b/.config/nvim/lua/plugins/hardtime.lua
index 1fb58cc..153411d 100644
--- a/.config/nvim/lua/plugins/hardtime.lua
+++ b/.config/nvim/lua/plugins/hardtime.lua
@@ -12,6 +12,7 @@ end
hardtime.setup({
-- hardtime config here
+ disabled_filetypes = { 'qf', 'netrw', 'NvimTree', 'lazy', 'mason', 'oil', 'dashboard' },
})
return {