lualine.nvim/lua
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
..
lualine Refactor: async jobs and diff component 2021-08-08 14:47:20 +06:00
tests |BEAKING_CHNAGE| Fix :lualine disapearing on reload + Allow live updates 2021-08-02 12:40:11 +06:00