mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 14:49:43 +02:00
ability to toggle bufferline
This commit is contained in:
parent
00d4ebc165
commit
20a4da5583
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
lvim.builtin.bufferline = {
|
lvim.builtin.bufferline = {
|
||||||
|
active = true,
|
||||||
keymap = {
|
keymap = {
|
||||||
normal_mode = {
|
normal_mode = {
|
||||||
["<S-l>"] = ":BufferNext<CR>",
|
["<S-l>"] = ":BufferNext<CR>",
|
||||||
|
|
|
@ -182,6 +182,7 @@ return {
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
event = "BufWinEnter",
|
event = "BufWinEnter",
|
||||||
|
disable = not lvim.builtin.bufferline.active,
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Debugging
|
-- Debugging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue