update config

This commit is contained in:
asep komarudin 2023-02-15 06:38:29 +07:00
parent 97de102c92
commit d7876dd21b
5 changed files with 26 additions and 25 deletions

View file

@ -93,8 +93,8 @@ return {
{
"nvim-lualine/lualine.nvim",
-- dependencies = { "kyazdani42/nvim-web-devicons", opt = true },
event = "VeryLazy",
init = function()
event = "BufWinEnter",
config = function()
local model = 0
if model == 1 then
require("user.lualine1")
@ -116,9 +116,9 @@ return {
-- for tree exploler
{
"kyazdani42/nvim-tree.lua",
event = "BufWinEnter",
-- event = "BufRead",
cmd = "NvimTreeToggle",
dependencies = "kyazdani42/nvim-web-devicons",
-- dependencies = "kyazdani42/nvim-web-devicons",
config = function()
require("user.nvim-tree")
end,