mirror of https://github.com/LazyVim/starter
10 lines
145 B
Lua
10 lines
145 B
Lua
|
return {
|
||
|
{
|
||
|
"folke/neodev.nvim",
|
||
|
opts = {
|
||
|
library = { plugins = { "nvim-telescope", "lazy.nvim" }, types = true },
|
||
|
},
|
||
|
},
|
||
|
}
|
||
|
|