update bufferline
This commit is contained in:
@@ -4,12 +4,15 @@ return {
|
|||||||
dependencies = "nvim-tree/nvim-web-devicons",
|
dependencies = "nvim-tree/nvim-web-devicons",
|
||||||
opts = {
|
opts = {
|
||||||
options = {
|
options = {
|
||||||
|
mode = "buffers",
|
||||||
|
diagnostics = "nvim_lsp",
|
||||||
always_show_bufferline = true,
|
always_show_bufferline = true,
|
||||||
separator_style = "slant",
|
separator_style = "slant",
|
||||||
closable = false,
|
|
||||||
show_buffer_icons = true,
|
|
||||||
show_buffer_close_icons = false,
|
show_buffer_close_icons = false,
|
||||||
enforce_regular_tabs = false,
|
buffer_close_icon = "X",
|
||||||
|
|
||||||
|
modified_icon = "U",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user