Explorar el Código

ability to toggle bufferline

christianchiarulli hace 3 años
padre
commit
20a4da5583
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      lua/core/bufferline.lua
  2. 1 0
      lua/plugins.lua

+ 1 - 0
lua/core/bufferline.lua

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

+ 1 - 0
lua/plugins.lua

@@ -182,6 +182,7 @@ return {
       end
     end,
     event = "BufWinEnter",
+    disable = not lvim.builtin.bufferline.active,
   },
 
   -- Debugging