lualine.nvim/lua/lualine/components
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
..
special fix: typo functon -> function (#191) 2021-04-22 21:09:34 +02:00
branch.lua Fix: Branch not working on directory with whilespace 2021-08-03 15:28:05 +06:00
diagnostics.lua feat: Add update_in_insert option to diagnostics component 2021-07-25 13:48:50 +06:00
diff.lua Refactor: async jobs and diff component 2021-08-08 14:47:20 +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 Add component evaluation for inactive sections 2021-05-21 11:11:25 +06:00
filetype.lua Refractor filetype and add disable_text option 2021-05-21 11:23:09 +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 Refactor: Components now use OOP style (#141) 2021-04-11 10:20:41 +02:00
progress.lua Refactor: Components now use OOP style (#141) 2021-04-11 10:20:41 +02:00