Replaced neodev with lazydev

This commit is contained in:
2024-09-15 19:00:26 +02:00
parent 89478fac86
commit 017ef3f275
6 changed files with 19 additions and 16 deletions

View File

@@ -0,0 +1,15 @@
--- @type LazyPluginSpec
return {
"folke/lazydev.nvim",
dependencies = { "Bilal2453/luvit-meta", lazy = true },
ft = "lua",
config = function()
local layzdev = require("lazydev")
layzdev.setup({
library = {
"lazy.nvim",
{ path = "luvit-meta/library", words = { "vim%.uv" } },
},
})
end,
}