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

This commit is contained in:
Folke Lemaitre committed 2023-02-07 16:46:48 +01:00
1 parent 826655b901
commit 320f5c6de7
1 file changed
-2
-2
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()