feat(dashboard): make buffer not listed (#191)

## Description

<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->

Set the dashboard buffer to not listed for consistency with other
dashboard plugins

## Related Issue(s)

<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

<!-- Add screenshots of the changes if applicable. -->
This commit is contained in:
Marcin 2024-12-02 17:35:17 +01:00 committed by GitHub
parent 3e369a80fb
commit 42d62775d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,6 +146,7 @@ Snacks.config.style("dashboard", {
bo = { bo = {
bufhidden = "wipe", bufhidden = "wipe",
buftype = "nofile", buftype = "nofile",
buflisted = false,
filetype = "snacks_dashboard", filetype = "snacks_dashboard",
swapfile = false, swapfile = false,
undofile = false, undofile = false,