소스 검색

no lazyloading barbar

christianchiarulli 4 년 전
부모
커밋
d4822c2920
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {