refactor: remove unnecessary config function

This commit is contained in:
Dinesh Salunke 2023-09-14 08:40:14 +05:30
parent 09fadb361f
commit 5b57590939

View File

@ -135,8 +135,5 @@ return {
{
"folke/neodev.nvim",
opts = {},
config = function()
require("neodev").setup()
end,
},
}