mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-20 18:54:25 +02:00
pin nvimtree
This commit is contained in:
parent
fc79ba76ed
commit
a9fa0f3d66
1 changed files with 2 additions and 1 deletions
|
@ -61,8 +61,9 @@ return require("packer").startup(function(use)
|
|||
|
||||
use {
|
||||
"kyazdani42/nvim-tree.lua",
|
||||
event = "BufEnter",
|
||||
-- event = "BufEnter",
|
||||
-- cmd = "NvimTreeToggle",
|
||||
commit = "fd7f60e242205ea9efc9649101c81a07d5f458bb",
|
||||
config = function()
|
||||
require("lv-nvimtree").config()
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue