mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
update
This commit is contained in:
parent
55bdf857fa
commit
6e3f5695b0
2 changed files with 7 additions and 7 deletions
|
@ -111,7 +111,7 @@ return {
|
|||
{
|
||||
"kyazdani42/nvim-tree.lua",
|
||||
-- event = "BufRead",
|
||||
cmd = "NvimTreeToggle",
|
||||
cmd = { "NvimTree", "NvimTreeToggle", "NvimTreeFocus", "NvimTreeClose" },
|
||||
-- dependencies = "kyazdani42/nvim-web-devicons",
|
||||
config = function()
|
||||
require("user.nvim-tree")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue