mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
update cmp
This commit is contained in:
parent
ccebb0c28e
commit
97de102c92
9 changed files with 123 additions and 109 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue