mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix(mini.indent): no need to disable indent in alpha dashboard config. Fixes #199
This commit is contained in:
parent
826655b901
commit
320f5c6de7
1 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue