Explorar el Código

no lazyloading barbar

christianchiarulli hace 4 años
padre
commit
d4822c2920
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lua/plugins.lua

+ 1 - 1
lua/plugins.lua

@@ -124,7 +124,7 @@ return require("packer").startup(function(use)
       vim.api.nvim_set_keymap("n", "<S-TAB>", ":BufferPrevious<CR>", { noremap = true, silent = true })
       vim.api.nvim_set_keymap("n", "<S-x>", ":BufferClose<CR>", { noremap = true, silent = true })
     end,
-    event = "BufRead",
+    -- event = "BufRead",
   }
 
   -- use {