fix(impatient): avoid get_options in fast handler (#2451)

This commit is contained in:
kylo252 2022-04-12 11:18:17 +02:00 committed by GitHub
parent 3de6a404c9
commit 1569202d39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 75 additions and 50 deletions

View file

@ -190,6 +190,7 @@ local core_plugins = {
config = function()
require("lvim.core.bufferline").setup()
end,
branch = "main",
event = "BufWinEnter",
disable = not lvim.builtin.bufferline.active,
},
@ -225,6 +226,7 @@ local core_plugins = {
{
"akinsho/toggleterm.nvim",
event = "BufWinEnter",
branch = "main",
config = function()
require("lvim.core.terminal").setup()
end,