lualine.nvim/lua/lualine
shadmansaleh cb5c4c031e Refactor: async jobs and diff component
- Use neovims job api instead of uv.spawn (Probably a bit less
  performent but should be more stable)
- Fix async jobs leaking pipes
- Fix wrong diff counts .Used to occur because job might not be dead
  after closing it . And that still alive job may send data over stdout
  corrupting the cache.
- lots of variable renames in diff.
- utils/async.lua has been replaced by utils/job.lua
2021-08-08 14:47:20 +06:00
..
components Refactor: async jobs and diff component 2021-08-08 14:47:20 +06:00
extensions feat: quickfix/locationlist extension(#248) 2021-05-19 22:36:55 +02:00
themes Fixed using 'auto' theme with default colorscheme. 2021-07-29 22:47:07 +06:00
utils Refactor: async jobs and diff component 2021-08-08 14:47:20 +06:00
component.lua fix: Typos 2021-08-03 18:03:26 +06:00
config.lua Fix: typo 2021-08-04 08:28:53 +06:00
highlight.lua fix: component highlights fg defaulting to bg 2021-08-05 21:38:09 +06:00
init.lua feat: reload lualine after bacground is set. So themes can adapt 2021-08-04 08:37:35 +06:00