Lazyloading bufferline and lualine on VeryLazy event

This commit is contained in:
Jáchym 2025-03-14 16:15:28 +01:00
parent 949b09162f
commit 032e19a05f
2 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@ return {
"akinsho/bufferline.nvim",
version = "*",
dependencies = { "nvim-tree/nvim-web-devicons" },
lazy = false,
opts = {},
event = "VeryLazy",
opts = {
options = {
always_show_bufferline = false,
}
},
}

View File

@ -1,7 +1,7 @@
return {
"nvim-lualine/lualine.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
lazy = false,
event = "VeryLazy",
opts = {
options = { section_separators = "", component_separators = "" },
extensions = { "fzf", "lazy", "man", "mason", "nvim-tree" },