mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
tune startup time
This commit is contained in:
parent
b7de30e431
commit
a745438e75
8 changed files with 126 additions and 95 deletions
|
@ -12,7 +12,7 @@ return {
|
|||
{
|
||||
"nvim-lualine/lualine.nvim",
|
||||
-- dependencies = { "kyazdani42/nvim-web-devicons", opt = true },
|
||||
event = "BufWinEnter",
|
||||
event = "BufRead",
|
||||
config = function()
|
||||
require("user.lualine")
|
||||
end,
|
||||
|
@ -48,7 +48,7 @@ return {
|
|||
},
|
||||
{
|
||||
"akinsho/bufferline.nvim",
|
||||
event = "BufWinEnter",
|
||||
event = "BufRead",
|
||||
config = function()
|
||||
require("user.bufferline")
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue