diff --git a/lua/astrocommunity/workflow/hardtime-nvim/init.lua b/lua/astrocommunity/workflow/hardtime-nvim/init.lua index 6fc48ba80..8e35b3dc2 100644 --- a/lua/astrocommunity/workflow/hardtime-nvim/init.lua +++ b/lua/astrocommunity/workflow/hardtime-nvim/init.lua @@ -3,40 +3,15 @@ return { event = "User AstroFile", opts = { disabled_keys = { - [""] = { "", "i" }, - [""] = { "", "i" }, - [""] = { "", "i" }, - [""] = { "", "i" }, [""] = { "", "i" }, [""] = { "", "i" }, [""] = { "", "i" }, [""] = { "", "i" }, [""] = { "", "i" }, }, - disabled_filetypes = { - "NvimTree", - "TelescopePrompt", - "aerial", - "alpha", - "checkhealth", - "dapui-repl", - "dapui_breakpoints", - "dapui_console", - "dapui_scopes", - "dapui_stacks", - "dapui_watches", - "DressingInput", - "DressingSelect", - "help", - "lazy", - "mason", - "neo-tree", - "neo-tree-popup", - "netrw", - "noice", - "notify", - "prompt", - "qf", - }, }, + config = function(_, opts) + require("hardtime").setup(opts) + require("hardtime").enable() + end, }