mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-17 17:23:24 +02:00
refactor: snacks cleanup
This commit is contained in:
parent
7b150d774e
commit
f4717e26cc
4 changed files with 6 additions and 8 deletions
|
@ -20,9 +20,9 @@ return {
|
|||
opts = {
|
||||
options = {
|
||||
-- stylua: ignore
|
||||
close_command = function(n) LazyVim.ui.bufremove(n) end,
|
||||
close_command = function(n) Snacks.bufdelete(n) end,
|
||||
-- stylua: ignore
|
||||
right_mouse_command = function(n) LazyVim.ui.bufremove(n) end,
|
||||
right_mouse_command = function(n) Snacks.bufdelete(n) end,
|
||||
diagnostics = "nvim_lsp",
|
||||
always_show_bufferline = false,
|
||||
diagnostics_indicator = function(_, _, diag)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue