lualine.nvim/lua/lualine
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
..
components enhance: allow components to be functions too (#81) 2021-10-11 16:41:25 +06:00
extensions Revert "fix(extension): fix some extension showing a section in whole line" 2021-10-08 03:57:05 +06:00
themes chore: add license statements and update benchmarks 2021-09-20 17:48:22 +06:00
utils enhance: allow components to be functions too (#81) 2021-10-11 16:41:25 +06:00
component.lua refactor: separate the child creation and initialization (#81) 2021-10-11 16:41:19 +06:00
config.lua fix: left sections taking over entire stl when xyz is absent 2021-10-08 04:46:38 +06:00
highlight.lua enhance: use table to map mode to hl group (#67) 2021-09-26 06:15:22 +06:00