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:
@ -216,6 +216,7 @@ return {
|
||||
"mason",
|
||||
"neo-tree",
|
||||
"notify",
|
||||
"snacks_dashboard",
|
||||
"snacks_notif",
|
||||
"snacks_terminal",
|
||||
"snacks_win",
|
||||
|
Reference in New Issue
Block a user