disable hardtime

This commit is contained in:
Lorran David 2024-11-09 19:49:26 -03:00
parent 35a7567130
commit c0e2ab88a4
1 changed files with 1 additions and 2 deletions

View File

@ -91,7 +91,7 @@ return {
opts = { opts = {
restriction_mode = 'hint', restriction_mode = 'hint',
}, },
enabled = true, enabled = false,
}, },
{ {
@ -132,7 +132,6 @@ return {
vim.b.miniindentscope_disable = true vim.b.miniindentscope_disable = true
end, end,
}) })
-- vim.api.nvim_set_hl(0, 'MiniIndentscopeSymbol', { fg = macchiato.mauve }) -- vim.api.nvim_set_hl(0, 'MiniIndentscopeSymbol', { fg = macchiato.mauve })
end, end,
}, },