mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-18 08:18:24 +02:00
fix(impatient): avoid get_options in fast handler (#2451)
This commit is contained in:
parent
3de6a404c9
commit
1569202d39
8 changed files with 75 additions and 50 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue