fix(lazydev): easier way of defining library plugin paths

This commit is contained in:
Folke Lemaitre 2024-06-02 14:24:14 +02:00
parent 6da95ee7d3
commit bb66618f1f
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -207,8 +207,8 @@ return {
opts = function() opts = function()
return { return {
library = { library = {
uv = LazyVim.get_plugin_path("luvit-meta", "library"), uv = "luvit-meta/library",
lazyvim = LazyVim.get_plugin_path("LazyVim"), lazyvim = "LazyVim",
}, },
} }
end, end,