fix(bufferline): correctly configure bufferline to use the new bufremove util
This commit is contained in:
@ -71,9 +71,9 @@ return {
|
||||
opts = {
|
||||
options = {
|
||||
-- stylua: ignore
|
||||
close_command = function(n) require("mini.bufremove").delete(n, false) end,
|
||||
close_command = function(n) LazyVim.ui.bufremove(n) end,
|
||||
-- stylua: ignore
|
||||
right_mouse_command = function(n) require("mini.bufremove").delete(n, false) end,
|
||||
right_mouse_command = function(n) LazyVim.ui.bufremove(n) end,
|
||||
diagnostics = "nvim_lsp",
|
||||
always_show_bufferline = false,
|
||||
diagnostics_indicator = function(_, _, diag)
|
||||
|
Reference in New Issue
Block a user