mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-08 11:54:38 +02:00
update performance startup
This commit is contained in:
parent
c57685dfac
commit
f8d0cf2da0
5 changed files with 25 additions and 10 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue