Browse Source

no lazyloading barbar

christianchiarulli 4 năm trước cách đây
mục cha
commit
d4822c2920
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {