lualine.nvim/lua/lualine
shadmansaleh 1439ba6d37 perf: Improve startup by droping most of the requires + refactors
Important: It's no longer guaranteed that if component/extension
of same name exists in multiple entries in rtp which one will be
loaded. The guarantee is still there for themes . Means other
plugins or users config can overwrite a lualines internal theme
with same file name . I'm droping the guarantee for components
and extensions because there isn't much usecase for it . It's simple
to have a unique name and droping that guarantee allows more
optimizations that speeds up lualine.
2021-08-30 17:54:23 +06:00
..
components perf: Improve startup by droping most of the requires + refactors 2021-08-30 17:54:23 +06:00
extensions chore: update extensions to have empty section_c so transitional separators can work 2021-08-27 01:02:32 +06:00
themes added powerline-dark theme 2021-08-28 23:29:51 +06:00
utils perf: Improve startup by droping most of the requires + refactors 2021-08-30 17:54:23 +06:00
component.lua Fix various visual bugs in components transitional sep 2021-08-26 18:20:16 +06:00
config.lua perf: remove ale diagnostics source from default config 2021-08-27 01:02:20 +06:00
highlight.lua perf: Improve startup by droping most of the requires + refactors 2021-08-30 17:54:23 +06:00
init.lua perf: Improve startup by droping most of the requires + refactors 2021-08-30 17:54:23 +06:00