lualine.nvim/lua/lualine/components
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
..
special feat: Support indexing dictionaries in var components 2021-08-28 00:32:44 +06:00
branch.lua enahce: sync diff&branch component to buffer based of bufnr instead of BufEnter 2021-08-30 12:18:08 +06:00
diagnostics.lua perf: Improve startup by droping most of the requires + refactors 2021-08-30 17:54:23 +06:00
diff.lua perf: Improve startup by droping most of the requires + refactors 2021-08-30 17:54:23 +06:00
encoding.lua Refactor: Components now use OOP style (#141) 2021-04-11 10:20:41 +02:00
fileformat.lua Refactor: Components now use OOP style (#141) 2021-04-11 10:20:41 +02:00
filename.lua fix(filename): include window_width to space estimation & expose 2021-08-14 21:24:48 +06:00
filetype.lua perf: Improve startup by droping most of the requires + refactors 2021-08-30 17:54:23 +06:00
hostname.lua fix: hostname component not working (#170) 2021-04-12 14:04:43 +02:00
location.lua Refactor: Components now use OOP style (#141) 2021-04-11 10:20:41 +02:00
mode.lua perf: Improve startup by droping most of the requires + refactors 2021-08-30 17:54:23 +06:00
progress.lua Refactor: Components now use OOP style (#141) 2021-04-11 10:20:41 +02:00