mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 10:49:08 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
c6c76a6aa3
commit
337b054eda
1 changed files with 2 additions and 0 deletions
|
@ -683,6 +683,7 @@ Neovim commands
|
|||
"lnum",
|
||||
},
|
||||
},
|
||||
matcher = { sort_empty = true },
|
||||
-- only show diagnostics from the cwd by default
|
||||
filter = { cwd = true },
|
||||
}
|
||||
|
@ -698,6 +699,7 @@ Neovim commands
|
|||
sort = {
|
||||
fields = { "severity", "file", "lnum" },
|
||||
},
|
||||
matcher = { sort_empty = true },
|
||||
filter = { buf = true },
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue