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