Skip to content

Commit

Permalink
fix(mini.indent): no need to disable indent in alpha dashboard config.
Browse files Browse the repository at this point in the history
…Fixes #199
  • Loading branch information
folke committed Feb 7, 2023
1 parent 826655b commit 320f5c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/lazyvim/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 320f5c6

Please sign in to comment.