update performance startup

This commit is contained in:
asep komarudin 2023-03-12 15:35:27 +07:00
parent c57685dfac
commit f8d0cf2da0
5 changed files with 25 additions and 10 deletions

View file

@ -29,7 +29,7 @@ return {
-- for tree exploler
{
"kyazdani42/nvim-tree.lua",
-- event = "BufWinEnter",
event = "InsertEnter",
cmd = { "NvimTree", "NvimTreeToggle", "NvimTreeFocus", "NvimTreeClose" },
-- dependencies = "kyazdani42/nvim-web-devicons",
config = function()
@ -59,8 +59,8 @@ return {
{
"akinsho/toggleterm.nvim",
cmd = "Toggleterm",
event = "BufWinEnter",
init = function()
event = "VeryLazy",
config = function()
require("user.toggleterm")
end,
},
@ -68,7 +68,7 @@ return {
{
"folke/which-key.nvim",
event = "VeryLazy",
init = function()
config = function()
require("user.whichkey")
end,
},