lualine.nvim/lua/lualine/utils
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
..
cterm_colors.lua feat: Add support for useing color_name like red and cterm values to set colors in lualine 2021-08-02 20:25:34 +06:00
job.lua Refactor: async jobs and diff component 2021-08-08 14:47:20 +06:00
loader.lua perf: Improve startup by droping most of the requires + refactors 2021-08-30 17:54:23 +06:00
mode.lua refactor: moved loading to new module (#182) 2021-05-09 23:11:18 +02:00
notices.lua [Deprection] Enhance: Provide an uniform interface for color options 2021-08-09 14:03:12 +06:00
section.lua Fix various visual bugs in components transitional sep 2021-08-26 18:20:16 +06:00
utils.lua perf: Improve startup by droping most of the requires + refactors 2021-08-30 17:54:23 +06:00