mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update bufferline.nvim settings
This commit is contained in:
parent
65731b60b4
commit
3c047c8674
@ -1,8 +1,6 @@
|
|||||||
require("bufferline").setup({
|
require("bufferline").setup({
|
||||||
options = {
|
options = {
|
||||||
numbers = "buffer_id",
|
numbers = "buffer_id",
|
||||||
number_style = "superscript",
|
|
||||||
mappings = false,
|
|
||||||
close_command = "bdelete! %d",
|
close_command = "bdelete! %d",
|
||||||
right_mouse_command = nil,
|
right_mouse_command = nil,
|
||||||
left_mouse_command = "buffer %d",
|
left_mouse_command = "buffer %d",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user