disable hardtime
This commit is contained in:
parent
35a7567130
commit
c0e2ab88a4
|
@ -91,7 +91,7 @@ return {
|
|||
opts = {
|
||||
restriction_mode = 'hint',
|
||||
},
|
||||
enabled = true,
|
||||
enabled = false,
|
||||
},
|
||||
|
||||
{
|
||||
|
@ -132,7 +132,6 @@ return {
|
|||
vim.b.miniindentscope_disable = true
|
||||
end,
|
||||
})
|
||||
|
||||
-- vim.api.nvim_set_hl(0, 'MiniIndentscopeSymbol', { fg = macchiato.mauve })
|
||||
end,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue