Files
dotfiles-modules/homemanager/neovim/lua/plugins/spec/heirline.lua

8 lines
102 B
Lua

return {
"rebelot/heirline.nvim",
config = function()
require("plugins.config.heirline")
end,
}