diff options
author | christianchiarulli <[email protected]> | 2021-07-05 16:20:14 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-05 16:20:14 -0400 |
commit | d4822c2920336287579c74a5b37f0aa08402b871 (patch) | |
tree | 6b0936d788191ab2367f2c2df7860799f36f021a | |
parent | 9b10d9298c58981b59beea11c140907f32533022 (diff) |
no lazyloading barbar
-rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 4ae2ec1a..7c35c264 100644 --- a/lua/plugins.lua +++ b/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 { |