lualine.nvim/lua/lualine/themes
shadmansaleh fac96d71cc [Breaking] Refactor: switch to %{%expr%} from %!expr
Huge change to internal mechanics.
- Now %{%expr%} blocks are used for evaluating statusline instead of
  %!expr . Pros for this is statusline is evaluated on current win and
  buf context instead of active win & bufs context.
- Now all components branch & diff(These two are cached) including users
  function components updates on inactive status.
  - now components update status and function components receive an
    argument (is_focused) when called. It indicates whether it's running
    for active or inactive statusline.
- Now lualine no longer aggrasively takes over 'statusline' option.
  instead it sets the global version of statusline option. So it's
  possible to unset it to hide lualine . Or set buffer local version
  of that option to have different statusline then lualine on thay
  buffer
- Switch vim.o to vim.go or vim.opt.
- BugFix autcommands being set everytime an instence of diff or branch
  component is created
- Added new utils functions define_autocmd & is_focused
- Remove utils function lualine_eval
- Removed hacky require cache modification from component.lua
2021-08-08 22:50:17 +06:00
..
16color.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
auto.lua Fixed using 'auto' theme with default colorscheme. 2021-07-29 22:47:07 +06:00
ayu_dark.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
ayu_light.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
ayu_mirage.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
codedark.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
dracula.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
everforest.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
gruvbox.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
gruvbox_light.lua feat: gruvbox light theme (#250) 2021-05-19 12:57:57 +02:00
gruvbox_material.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
horizon.lua feat: horizon theme (#253) 2021-05-21 00:07:27 +02:00
iceberg_dark.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
iceberg_light.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
jellybeans.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
material.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
modus_vivendi.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
molokai.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
nightfly.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
nord.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
oceanicnext.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
onedark.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
onelight.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
palenight.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
papercolor.lua [Breaking] Refactor: switch to %{%expr%} from %!expr 2021-08-08 22:50:17 +06:00
papercolor_dark.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
papercolor_light.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
powerline.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
seoul256.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
solarized.lua [Breaking] Refactor: switch to %{%expr%} from %!expr 2021-08-08 22:50:17 +06:00
solarized_dark.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
solarized_light.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
tomorrow.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00
wombat.lua perf: prevent rehashing in themes for slight performance increase (#244) 2021-05-14 02:09:34 +02:00