90 Commits

Author SHA1 Message Date
Nick Friday
ed7d186987
fix: made dracula theme similar to other themes () 2021-02-27 17:13:51 +01:00
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
Shadman
e59ac51ca9
refactor: removed cterm colors from themes () 2021-02-22 21:28:29 +01:00
hoob3rt
d5ac4a8ffd fix: handle separator config edge case
lualine.options.component_separators='|' now behaves the same as lualine.options.component_separators={'|'}
2021-02-22 20:48:23 +01:00
JINNOUCHI Yasushi
7115aa8f8b
feat: customize symbols for the diagnostics component () 2021-02-22 12:43:51 +01:00
Shadman
1c44781835
docs: added diagnostics docs to lualine.txt() 2021-02-22 04:56:20 +01:00
Hubert Pelczarski
3ae9a2a483
docs: updated screenshots in README.md 2021-02-22 03:41:43 +01:00
Hubert Pelczarski
41e670af39
docs: updated all screenshots in THEMES.md 2021-02-22 03:25:44 +01:00
hoob3rt
ee3c7225b8 fix: removed redundant theme 2021-02-22 02:56:49 +01:00
Hubert Pelczarski
6eeeb16ed4
feat: diagnostics support () 2021-02-22 01:59:35 +01:00
Shadman
3b36b5a151
fix: signify highlight fix () 2021-02-22 00:07:44 +01:00
Shadman
9505115133
enhancement: Donn't create unnececery hl groups () 2021-02-21 15:37:59 +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
hoob3rt
88c8682fab docs: fixed visual bug in README.md 2021-02-20 05:05:37 +01:00
hoob3rt
5026eeff8b docs: fixed wrong config example in README.md 2021-02-20 05:03:15 +01:00
Hubert Pelczarski
44eb9cbff9
docs: updated options secion in README.md 2021-02-20 05:02:17 +01:00
Shadman
202487d2ef
feat: powerline like section seperators () 2021-02-20 04:21:05 +01:00
Shadman
6af9932d89
fix: tags not wrking properly in docs ()
'-' was acting as a word separator so replaced it with '_'
2021-02-18 18:07:29 +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
ec55986f3e
fix: reintroduction of () 2021-02-17 11:47:03 +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
Shadman
d133236761
Fix lualine not appearing on :help () 2021-02-15 19:06:45 +01:00
Hubert Pelczarski
55c0f0fe9a docs: added license to all source files 2021-02-13 01:03:57 +01:00
hoob3rt
937a56d5ef fix: theme not changing at runtime 2021-02-12 13:01:37 +01:00
Shadman
8a4baa804b
Added other sources for component configuration () 2021-02-10 11:40:29 +01:00
Shadman
6687c9be63
Add Docs () 2021-02-09 15:27:42 +01:00
Shadman
0325203fa9
More themes ()
* Adding themes

- Tomorrow.lua
- ayu_dark.lua
- ayu_light.lua
- ayu_mirage.lua
- iceberg_dark.lua
- iceberg_light.lua
- jellybeans.lua
- oceanicnext.lua
- seoul256.lua

Co-authored-by: hoob3rt <41551030+hoob3rt@users.noreply.github.com>
2021-02-07 22:54:04 +01:00
Shadman
e37b3ac929
Fix () 2021-02-05 13:29:34 +01:00
Shadman
66ab809e0e
Update onedark+onelight theme () 2021-02-05 09:48:05 +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
1ade51b53d
Adding gruvbox_metarial theme ()
* Adding gruvbox_metarial theme

Co-authored-by: hoob3rt <41551030+hoob3rt@users.noreply.github.com>
2021-02-04 22:07:57 +01:00
Hennadii Chernyshchyk
71452fd42e
Add codedark theme ()
* Add codedark theme
2021-02-04 21:46:32 +01:00
Shadman
a9937db37f
Add nightfly theme ()
* Add nightfly theme

Co-authored-by: hoob3rt <41551030+hoob3rt@users.noreply.github.com>
2021-02-04 21:10:25 +01:00
Shadman
5eb42599ce
Add papercolor theme ()
* Adding papercolor theme

* Add papercolor light
2021-02-04 21:07:07 +01:00
Shadman
d904b753a8
Add 16color theme ()
* Adding 16color theme
2021-02-04 21:04:41 +01:00
Shadman
4456e5ff4a
Adding material theme ()
* Adding material theme

Co-authored-by: hoob3rt <41551030+hoob3rt@users.noreply.github.com>
2021-02-04 21:02:53 +01:00
Shadman
0a7b9ff0cb
Adding wombat theme ()
* Adding wombat theme

Co-authored-by: hoob3rt <41551030+hoob3rt@users.noreply.github.com>
2021-02-04 20:57:38 +01:00
Shadman
82e0d7d2f5
Add molokai theme ()
* Added molokai theme
2021-02-04 20:54:36 +01:00
hoob3rt
8c09fc8228 removed print from solarized 2021-01-31 08:29:14 +01:00
Shadman
df0d5f99cb
Added solarized theme ()
* Added solarized theme
2021-01-31 08:27:55 +01:00
hoob3rt
a2a9193296
Update README.md 2021-01-21 22:26:27 +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
10a6087a74
run vimscript inside vim.api.nvim_exec () 2021-01-15 05:15:04 +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
Shadman
2c1888e947
Putting autocomands in a group ()
* Warp autocmd with augroup
2021-01-11 03:40:09 +01:00
Liam Jarvis
8742b6e466
Added Completion Mode Label () 2021-01-09 18:27:53 +01:00