Lazyloading bufferline and lualine on VeryLazy event
This commit is contained in:
parent
949b09162f
commit
032e19a05f
@ -2,6 +2,10 @@ return {
|
|||||||
"akinsho/bufferline.nvim",
|
"akinsho/bufferline.nvim",
|
||||||
version = "*",
|
version = "*",
|
||||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
lazy = false,
|
event = "VeryLazy",
|
||||||
opts = {},
|
opts = {
|
||||||
|
options = {
|
||||||
|
always_show_bufferline = false,
|
||||||
|
}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
return {
|
return {
|
||||||
"nvim-lualine/lualine.nvim",
|
"nvim-lualine/lualine.nvim",
|
||||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
lazy = false,
|
event = "VeryLazy",
|
||||||
opts = {
|
opts = {
|
||||||
options = { section_separators = "", component_separators = "" },
|
options = { section_separators = "", component_separators = "" },
|
||||||
extensions = { "fzf", "lazy", "man", "mason", "nvim-tree" },
|
extensions = { "fzf", "lazy", "man", "mason", "nvim-tree" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user