Replaced neodev with lazydev
This commit is contained in:
15
lua/taken/plugins/lsp/lazydev.lua
Normal file
15
lua/taken/plugins/lsp/lazydev.lua
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user