Hardtime not enabled on lazy load (nvchad) #81
Answered
by
jamesredwards
jamesredwards
asked this question in
Q&A
-
Hi, struggling to get this to work straight after loading. I realise the default is to be enabled but the only way I can get it to work is by doing Here is the spec in my plugins.lua {
"m4xshen/hardtime.nvim",
dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim" },
lazy = false,
}, any help appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
jamesredwards
Mar 27, 2024
Replies: 1 comment
-
this: #31 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
m4xshen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this: #31 (comment)
has solved the problem!