fix(mini.indent): no need to disable indent in alpha dashboard config. Fixes #199

This commit is contained in:
Folke Lemaitre 2023-02-07 16:46:43 +01:00
parent 826655b901
commit 320f5c6de7
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -245,8 +245,6 @@ return {
return dashboard
end,
config = function(_, dashboard)
vim.b.miniindentscope_disable = true
-- close Lazy and re-open when the dashboard is ready
if vim.o.filetype == "lazy" then
vim.cmd.close()