1
0
Fork 1

lua/toolchain/config/plugins.lua aktualisiert

This commit is contained in:
Snoweuph 2024-07-12 20:53:13 +00:00
parent e130a48d08
commit b68efe7a23

View file

@ -6,4 +6,11 @@ return {
library = {}, library = {},
}, },
}, },
{
"folke/neoconf.nvim",
priority = 100,
config = function ()
require('neoconf').setup()
end
}
} }