mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: update config (tuning speed)
This commit is contained in:
parent
83ef9398c8
commit
22b81afe5f
8 changed files with 131 additions and 122 deletions
|
@ -14,7 +14,8 @@ return {
|
|||
"nvim-lualine/lualine.nvim",
|
||||
lazy = true,
|
||||
-- dependencies = { "kyazdani42/nvim-web-devicons", opt = true },
|
||||
event = "BufWinEnter",
|
||||
-- event = "BufWinEnter",
|
||||
event = { "BufRead", "BufNewFile" },
|
||||
config = function()
|
||||
require("user.lualine")
|
||||
end,
|
||||
|
@ -54,7 +55,8 @@ return {
|
|||
{
|
||||
"akinsho/bufferline.nvim",
|
||||
lazy = true,
|
||||
event = "BufWinEnter",
|
||||
-- event = "BufWinEnter",
|
||||
event = { "BufRead", "InsertEnter", "BufNewFile" },
|
||||
config = function()
|
||||
require("user.bufferline")
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue