mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-13 21:40:37 +00:00
rm mappings var from bufferline conf
This commit is contained in:
parent
7a06fbb0be
commit
dceb6a70d4
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ bufferline.setup {
|
||||||
view = "multiwindow",
|
view = "multiwindow",
|
||||||
show_buffer_close_icons = true,
|
show_buffer_close_icons = true,
|
||||||
separator_style = "thin",
|
separator_style = "thin",
|
||||||
mappings = true,
|
|
||||||
always_show_bufferline = true,
|
always_show_bufferline = true,
|
||||||
custom_filter = function(buf_number)
|
custom_filter = function(buf_number)
|
||||||
-- Func to filter out our managed/persistent split terms
|
-- Func to filter out our managed/persistent split terms
|
||||||
|
|
Loading…
Reference in a new issue