mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-21 19:24:25 +02:00
toggle() already follows the file, no need for find_file() (#1020)
This commit is contained in:
parent
047f641b05
commit
e50a586a3a
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ return {
|
|||
"kyazdani42/nvim-tree.lua",
|
||||
-- event = "BufWinOpen",
|
||||
-- cmd = "NvimTreeToggle",
|
||||
commit = "fd7f60e242205ea9efc9649101c81a07d5f458bb",
|
||||
-- commit = "fd7f60e242205ea9efc9649101c81a07d5f458bb",
|
||||
config = function()
|
||||
require("core.nvimtree").setup()
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue