mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-02 17:14:56 +02:00
no lazyloading barbar
This commit is contained in:
parent
9b10d9298c
commit
d4822c2920
1 changed files with 1 additions and 1 deletions
|
@ -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-TAB>", ":BufferPrevious<CR>", { noremap = true, silent = true })
|
||||||
vim.api.nvim_set_keymap("n", "<S-x>", ":BufferClose<CR>", { noremap = true, silent = true })
|
vim.api.nvim_set_keymap("n", "<S-x>", ":BufferClose<CR>", { noremap = true, silent = true })
|
||||||
end,
|
end,
|
||||||
event = "BufRead",
|
-- event = "BufRead",
|
||||||
}
|
}
|
||||||
|
|
||||||
-- use {
|
-- use {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue