Lazyloading bufferline and lualine on VeryLazy event
This commit is contained in:
parent
949b09162f
commit
032e19a05f
@ -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,
|
||||
}
|
||||
},
|
||||
}
|
||||
|
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user