starter/lua/plugins/nvim-luadev.lua

10 lines
145 B
Lua
Raw Normal View History

2025-02-21 11:35:36 +08:00
return {
{
"folke/neodev.nvim",
opts = {
library = { plugins = { "nvim-telescope", "lazy.nvim" }, types = true },
},
},
}