update cmp

This commit is contained in:
asep komarudin 2023-02-15 00:09:12 +07:00
parent ccebb0c28e
commit 97de102c92
9 changed files with 123 additions and 109 deletions

View file

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