fix(mini.indent): no need to disable indent in alpha dashboard config. Fixes #199
This commit is contained in:
1 file changed
-2
@@ -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()
|
||||
|
||||
Reference in new issue
Block a user