fix nvim: menu呼叫neo-tree載入錯誤問題
This commit is contained in:
parent
e0b1db46f2
commit
882210acb5
@ -2,7 +2,10 @@ return {
|
||||
{ "nvzone/volt" , lazy = true },
|
||||
{
|
||||
"nvzone/menu",
|
||||
dependencies = { "MunifTanjim/nui.nvim" },
|
||||
dependencies = {
|
||||
"MunifTanjim/nui.nvim",
|
||||
"nvim-neo-tree/neo-tree.nvim"
|
||||
},
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
-- Keyboard users
|
||||
|
Loading…
x
Reference in New Issue
Block a user