lualine.nvim/lua/lualine/utils
shadmansaleh c8750a35e0 enhance: allow components to be functions too (#81)
Some components like hostname, progress are so simple that
the component class setup is just unnecessary boilerplate.
Allowing them to be function simplifies things.
With this you can put your regular component functions in
~/.config/nvim/lua/lualine/components/ folder and treat then as
regular lualine components just like 'mode' or 'branch'.
Hopefully this will help lualine plugins grow.
2021-10-11 16:41:25 +06:00
..
class.lua refactor: separate the child creation and initialization (#81) 2021-10-11 16:41:19 +06:00
color_utils.lua chore: formated with stylua (#32) 2021-09-04 00:28:20 +06:00
job.lua chore: add license statements and update benchmarks 2021-09-20 17:48:22 +06:00
loader.lua enhance: allow components to be functions too (#81) 2021-10-11 16:41:25 +06:00
mode.lua feat: add support for mode nt (#79) 2021-10-10 08:43:50 +06:00
notices.lua chore: formated with stylua (#69) 2021-09-27 18:06:25 +06:00
section.lua fix: wrong highlights on inactive mode with last commit 2021-09-19 12:20:07 +06:00
utils.lua enhance: check for new diagnostics highlight groups 2021-09-17 15:28:30 +06:00