dotfiles/.config/nvim/lua/plugins/extras/util/dotfyle.lua
Sergio Laín 1ed1abb13d
feat(nvim): add new extra: dotfyle
plugin that creates a json file with all the info about the setup for dotfyle to consume
2024-02-13 14:15:44 +01:00

4 lines
97 B
Lua

return {
"creativenull/dotfyle-metadata.nvim",
cmd = { "DotfyleGenerate", "DotfyleOpen" },
}