mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
update
This commit is contained in:
parent
f9ed77e425
commit
f7e06f925b
2 changed files with 17 additions and 18 deletions
|
@ -31,14 +31,14 @@ bufferline.setup({
|
|||
options = {
|
||||
color_icons = true,
|
||||
numbers = "none", -- | "ordinal" | "buffer_id" | "both" | function({ ordinal, id, lower, raise }): string,
|
||||
-- close_command = function(bufnum)
|
||||
-- require("bufdelete").bufdelete(bufnum, true)
|
||||
-- end,
|
||||
-- right_mouse_command = function(bufnum)
|
||||
-- require("bufdelete").bufdelete(bufnum, true)
|
||||
-- end,
|
||||
close_command = "bdelete! %d",
|
||||
right_mouse_command = "bdelete! %d",
|
||||
close_command = function(bufnum)
|
||||
require("bufdelete").bufdelete(bufnum, true)
|
||||
end,
|
||||
right_mouse_command = function(bufnum)
|
||||
require("bufdelete").bufdelete(bufnum, true)
|
||||
end,
|
||||
-- close_command = "bdelete! %d",
|
||||
-- right_mouse_command = "bdelete! %d",
|
||||
left_mouse_command = "buffer %d",
|
||||
middle_mouse_command = nil,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue