ability to toggle bufferline

This commit is contained in:
christianchiarulli 2021-08-05 15:50:09 -04:00
parent 00d4ebc165
commit 20a4da5583
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
lvim.builtin.bufferline = {
active = true,
keymap = {
normal_mode = {
["<S-l>"] = ":BufferNext<CR>",