mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 17:28:57 +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
|
return dashboard
|
||||||
end,
|
end,
|
||||||
config = function(_, dashboard)
|
config = function(_, dashboard)
|
||||||
vim.b.miniindentscope_disable = true
|
|
||||||
|
|
||||||
-- close Lazy and re-open when the dashboard is ready
|
-- close Lazy and re-open when the dashboard is ready
|
||||||
if vim.o.filetype == "lazy" then
|
if vim.o.filetype == "lazy" then
|
||||||
vim.cmd.close()
|
vim.cmd.close()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue