mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(ui): disable indent-blankline on ft=snacks_dashboard
(#4895)
## Description `indent-blankline.nvim` would act on the snacks dashboard if it was somehow loaded while the dashboard is still open. ## Related Issue(s) <!-- If this PR fixes any issues, please link to the issue here. - Fixes #<issue_number> --> ## Screenshots Fixes this:  ## Checklist - [X] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines.
This commit is contained in:
parent
9eccb5d2de
commit
c02275919e
1 changed files with 1 additions and 0 deletions
|
@ -216,6 +216,7 @@ return {
|
|||
"mason",
|
||||
"neo-tree",
|
||||
"notify",
|
||||
"snacks_dashboard",
|
||||
"snacks_notif",
|
||||
"snacks_terminal",
|
||||
"snacks_win",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue