dev plugin setup broke in v10.14.0 #1176
-
This used to work as expected in { "MunifTanjim/nui.nvim",
config = <function 1>,
dev = true,
dir = "/Users/munif.tanjim/Dev/github/MunifTanjim/nui.nvim",
event = "VeryLazy",
url = "https://github.com/MunifTanjim/nui.nvim"
} From
I'm confused about what exactly changed in 3dc413d and how to adapt. For reference: #50 (comment) I'm using this function to install dev plugin in a very specific directory structure (that is not supported by |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Looks like the Previously |
Beta Was this translation helpful? Give feedback.
-
Anyway, updating lazy config to this: dev = {
fallback = true,
}, solves my issue without any other changes. |
Beta Was this translation helpful? Give feedback.
Anyway, updating lazy config to this:
solves my issue without any other changes.