disable hardtime
This commit is contained in:
parent
35a7567130
commit
c0e2ab88a4
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue