Browse Source

no lazyloading barbar

christianchiarulli 4 years ago
parent
commit
d4822c2920
1 changed files with 1 additions and 1 deletions
  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 {