mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
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:
parent
3e369a80fb
commit
42d62775d8
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ Snacks.config.style("dashboard", {
|
|||
bo = {
|
||||
bufhidden = "wipe",
|
||||
buftype = "nofile",
|
||||
buflisted = false,
|
||||
filetype = "snacks_dashboard",
|
||||
swapfile = false,
|
||||
undofile = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue