75 Commits

Author SHA1 Message Date
Shadman
ec47bb0447
fix: wrong data displayed by diff component ()
Sometimes async process outputs partial data. Previously that data was
processed imediatly causing wrong results. Now the data is processed
after async processes finishes
2021-02-24 18:03:24 +01:00
Shadman
f47f68cee6
feat: drop signify dependency (added diff component) () 2021-02-23 13:54:04 +01:00
JINNOUCHI Yasushi
7115aa8f8b
feat: customize symbols for the diagnostics component () 2021-02-22 12:43:51 +01:00
Hubert Pelczarski
6eeeb16ed4
feat: diagnostics support () 2021-02-22 01:59:35 +01:00
hoob3rt
66a6cb3c9d refactor: fix 2021-02-20 16:59:28 +01:00
hoob3rt
3fecc953aa fix: fixed wrong highlight groups in signify 2021-02-20 05:09:17 +01:00
Shadman
202487d2ef
feat: powerline like section seperators () 2021-02-20 04:21:05 +01:00
Shadman
0dd0a23cac
feat: add colors to signify ()
Co-authored-by: hoob3rt <pelczarskihubert@gmail.com>
2021-02-17 19:29:50 +01:00
Shadman
395d7cbb69
fix: filename component 2021-02-16 18:35:56 +01:00
Shadman
20d7f33ef9
feat: adding component specific options () 2021-02-15 19:09:12 +01:00
Hubert Pelczarski
55c0f0fe9a docs: added license to all source files 2021-02-13 01:03:57 +01:00
Beau
5b812b307a
Don't show signify status symbols if the count < 1 ()
* Don't show signify status symbols if the count < 1
2021-02-04 22:12:35 +01:00
Shadman
09835e2a1a
Insted of calling git branch is read from HEAD ()
Co-authored-by: hoob3rt <pelczarskihubert@gmail.com>
2021-01-20 11:19:10 +01:00
Shadman
823665c511
Wider range of mode support ()
* Wider range of mode support

* Remove unnecessary entry in modes

Co-authored-by: hoob3rt <pelczarskihubert@gmail.com>
2021-01-11 04:52:34 +01:00
Shadman
8ff22c3935
Fixed signify component apearing on non repo buffer ()
* Fixed signify component apearing on non repo buffer
2021-01-11 03:44:53 +01:00
Liam Jarvis
8742b6e466
Added Completion Mode Label () 2021-01-09 18:27:53 +01:00
Shadman
2d39a243e7
Fix branch not changing ()
* Fix branch not changing

* Added stderr detection to remove git_branch

* fixed bug in terminal windows

* changed error handling to pcall instead of match

Co-authored-by: hoob3rt <pelczarskihubert@gmail.com>
2021-01-08 10:51:11 +01:00
Shadman
75a9c5c317
Handle undefined mode && fallback to normal mode highlighting () 2021-01-08 04:52:30 +01:00
hoob3rt
84b554f3bf added select mode 2021-01-06 14:52:05 +01:00
hoob3rt
710d5ad838 fixed filetype icon bug 2021-01-06 00:43:36 +01:00
hoob3rt
39dc034335 updated style to be inline with vim.api 2021-01-04 02:14:29 +01:00
hoob3rt
f62c0d4f22
added initial async support ()
* added inital async setup

* update README.md
2021-01-04 01:38:01 +01:00
hoob3rt
0194740d28
added signify component () 2021-01-04 00:37:49 +01:00
jarviliam
cde411d1b8 fixed the check if function 'WebDevIcons' exists 2020-12-31 12:12:40 +09:00
hoob3rt
fa6aa3c324 initial lualine setup 2020-12-30 15:48:51 +01:00