hoob3rt
b31b66fa79
refactor: applied lua-format to all files
2021-03-16 00:37:46 +01:00
hoob3rt
aec3bb9195
refactor: lualine.lua -> init.lua
2021-03-16 00:14:41 +01:00
Hubert Pelczarski
3e0332e6d2
refactor: removed ability to set theme in runtime ( #130 )
2021-03-16 00:13:10 +01:00
Hubert Pelczarski
6e64822f50
Merge pull request #126 from hoob3rt/extensions
2021-03-16 00:06:06 +01:00
hoob3rt
74323eb08b
refactor: simplified extension sections
2021-03-16 00:05:41 +01:00
hoob3rt
a1ffa2a39e
fix: removed extensions from tabline
2021-03-16 00:01:04 +01:00
Hubert Pelczarski
d5150f481e
Merge pull request #129 from shadmansaleh/fix_bug_component_highlights_not_blending_with_bg
...
fix bug component highlights not blending with bg
2021-03-14 16:01:27 +01:00
shadmansaleh
daa4cd45b3
Restructure mode conponent
2021-03-14 20:14:19 +06:00
shadmansaleh
b79fd4cc24
Bug fix: componnet highlight not blending
2021-03-14 20:13:46 +06:00
hoob3rt
2dcdd73e33
Merge branch 'master' of https://github.com/hoob3rt/lualine.nvim
2021-03-14 14:49:42 +01:00
hoob3rt
a0346824aa
refactor: removed all signify file
2021-03-14 14:49:04 +01:00
Shadman
2c2b8b0906
Fix #125 (diff highlight affecting other component) ( #128 )
2021-03-14 14:38:19 +01:00
hoob3rt
bbcd9e43be
fix: added tabline handling to extensions
2021-03-13 01:21:37 +01:00
hoob3rt
ccca56d057
feat: updated fzf extension to new api
2021-03-13 00:52:28 +01:00
hoob3rt
303edcfe96
feat: added nerdtree extension
2021-03-11 00:32:13 +01:00
hoob3rt
add3045cdc
Revert "feat: added nerdtree extension"
...
This reverts commit da46b69e3a
.
2021-03-11 00:31:57 +01:00
hoob3rt
da46b69e3a
feat: added nerdtree extension
2021-03-11 00:30:04 +01:00
hoob3rt
64a378d670
feat: added fugitive extension
2021-03-11 00:14:37 +01:00
hoob3rt
a4690ca4cf
Merge branch 'master' into extensions
2021-03-11 00:13:18 +01:00
hoob3rt
c19724fbaa
feat: made extensions consistent with statusline
2021-03-11 00:07:38 +01:00
Shadman
332f488e24
feat: add tabline support ( #92 )
2021-03-06 16:03:00 +01:00
Shadman
87899eefc5
feat: add automatic theme generation ( #104 )
2021-03-02 14:01:34 +01:00
Shadman
8624f7c14e
Feat: add configuration in viml and status function ( #114 )
2021-03-02 13:58:34 +01:00
JINNOUCHI Yasushi
e4723362c4
feat: enable to set symbols for diff component ( #116 )
...
Changes logic to store diffs in `git_diff` because the original has
stored them in a list:
```
{1, 2, 3} => {added = 1, modified = 2, removed = 3}
```
2021-03-02 01:10:23 +01:00
IGI-111
8c8a489612
feat: palenight theme ( #123 )
...
Based on https://github.com/drewtempelmeyer/palenight.vim
2021-02-28 04:16:57 +01:00
Shadman
d019c04afc
fix: filetype icon not updating with file change ( #119 )
2021-02-27 19:31:18 +01:00
Nick Friday
ed7d186987
fix: made dracula theme similar to other themes ( #121 )
2021-02-27 17:13:51 +01:00
Shadman
ec47bb0447
fix: wrong data displayed by diff component ( #117 )
...
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) ( #87 )
2021-02-23 13:54:04 +01:00
Shadman
e59ac51ca9
refactor: removed cterm colors from themes ( #115 )
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 ( #112 )
2021-02-22 12:43:51 +01:00
hoob3rt
ee3c7225b8
fix: removed redundant theme
2021-02-22 02:56:49 +01:00
Hubert Pelczarski
6eeeb16ed4
feat: diagnostics support ( #95 )
2021-02-22 01:59:35 +01:00
Shadman
3b36b5a151
fix: signify highlight fix ( #108 )
2021-02-22 00:07:44 +01:00
Shadman
9505115133
enhancement: Donn't create unnececery hl groups ( #105 )
2021-02-21 15:37:59 +01:00
hoob3rt
66a6cb3c9d
refactor: fix #100
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 ( #94 )
2021-02-20 04:21:05 +01:00
Shadman
0dd0a23cac
feat: add colors to signify ( #61 )
...
Co-authored-by: hoob3rt <pelczarskihubert@gmail.com>
2021-02-17 19:29:50 +01:00
Shadman
ec55986f3e
fix: reintroduction of #32 ( #97 )
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 ( #60 )
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
hoob3rt
937a56d5ef
fix: theme not changing at runtime
2021-02-12 13:01:37 +01:00
Shadman
8a4baa804b
Added other sources for component configuration ( #53 )
2021-02-10 11:40:29 +01:00
Shadman
0325203fa9
More themes ( #74 )
...
* 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 #33 ( #79 )
2021-02-05 13:29:34 +01:00
Shadman
66ab809e0e
Update onedark+onelight theme ( #70 )
2021-02-05 09:48:05 +01:00
Beau
5b812b307a
Don't show signify status symbols if the count < 1 ( #83 )
...
* Don't show signify status symbols if the count < 1
2021-02-04 22:12:35 +01:00