9 lines
153 B
Lua
9 lines
153 B
Lua
return {
|
|
"folke/neodev.nvim",
|
|
config = function()
|
|
require("neodev").setup({
|
|
library = { plugins = { "nvim-dap-ui" }, types = true },
|
|
})
|
|
end,
|
|
}
|