Commit Graph

51 Commits

Author SHA1 Message Date
Hubert Pelczarski 3e94f2786f
feat: addad chad&nnvim tree extensions (#167)
* feat: addad chad&nnvim tree extensions

* fix: updated all extensions

* applied suggestions
2021-04-12 14:03:25 +02:00
Yusei Ueno a2721e5ada
feat: add diagnostic sources option vim_lsp (#151) 2021-03-29 16:53:19 +02:00
hoob3rt c171d75797 feat: added hostname component 2021-03-22 15:17:27 +01:00
hoob3rt a105e96ddc docs: fixed lua function doc 2021-03-22 15:13:51 +01:00
hoob3rt 9db1a38357 docs: fixed separator disable snippet 2021-03-19 03:52:13 +01:00
hoob3rt b16b632057 docs: updated README.md to use setup function 2021-03-17 01:22:00 +01:00
hoob3rt 2f53c50e39 docs: fixed typo in README.md 2021-03-16 00:02:22 +01:00
hoob3rt 5ca719a5a7 docs: added available extensions to README.md 2021-03-16 00:00:45 +01:00
hoob3rt 4bf5e247ff docs: fixed code highlight in README.md 2021-03-11 00:37:39 +01:00
hoob3rt ddad28dca5 docs: fixed typo in README.md 2021-03-11 00:36:10 +01:00
hoob3rt 0be459c0f3 docs: mmade tabline a details section 2021-03-11 00:35:08 +01:00
Shadman 332f488e24
feat: add tabline support (#92) 2021-03-06 16:03:00 +01:00
hoob3rt 9c9212c5b6 docs: updated README.md 2021-03-03 00:34:45 +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
Shadman f47f68cee6
feat: drop signify dependency (added diff component) (#87) 2021-02-23 13:54:04 +01:00
JINNOUCHI Yasushi 7115aa8f8b
feat: customize symbols for the diagnostics component (#112) 2021-02-22 12:43:51 +01:00
Hubert Pelczarski 3ae9a2a483
docs: updated screenshots in README.md 2021-02-22 03:41:43 +01:00
Hubert Pelczarski 6eeeb16ed4
feat: diagnostics support (#95) 2021-02-22 01:59:35 +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 (#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 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
Shadman 8a4baa804b
Added other sources for component configuration (#53) 2021-02-10 11:40:29 +01:00
hoob3rt a2a9193296
Update README.md 2021-01-21 22:26:27 +01:00
hoob3rt 3de3eb289f
Update README.md 2021-01-08 00:22:28 +01:00
hoob3rt 73d00d13c6
Update README.md 2021-01-08 00:22:01 +01:00
hoob3rt ad5fcb4d0b
Update README.md 2021-01-07 16:37:32 +01:00
hoob3rt 420eec1d8e
Update README.md 2021-01-06 18:23:23 +01:00
hoob3rt f873a61f94
Update README.md 2021-01-06 14:18:18 +01:00
Shadman 3a82c3b345
Added nord theme (#24)
* Added nord theme

Credit : Ported from lightline nord theme

* Added nord to THEMES.md

* Checked nord theme in README.md
2021-01-04 12:15:39 +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 (#20)
* added inital async setup

* update README.md
2021-01-04 01:38:01 +01:00
hoob3rt 0194740d28
added signify component (#18) 2021-01-04 00:37:49 +01:00
hoob3rt dfaf37d560
update README.md (#14) 2021-01-03 00:14:48 +01:00
Kenneth Lear 08d2879f9b
Porting onedark theme (#8)
* Porting onedark theme

* Fixed incorrect foreground background configuration for onedark theme. Also set command mode in onedark theme to be normal

* Adding onedark theme to available themes list in README
2021-01-02 20:07:08 +01:00
anguye21 fb8154582c
Added dracula theme (#12)
* Added dracula theme

* Converted from 4 spaces to 2
2021-01-02 18:35:36 +01:00
hoob3rt 9424757111
Update README.md 2020-12-31 02:32:32 +01:00
hoob3rt e1f59dd453
Update README.md 2020-12-31 02:30:23 +01:00
hoob3rt 797fdb455a Merge branch 'master' of https://github.com/hoob3rt/lualine.nvim 2020-12-30 18:57:59 +01:00
hoob3rt ce88fca016 updated README.md 2020-12-30 18:57:11 +01:00
hoob3rt bd98df3847
Update README.md 2020-12-30 17:53:00 +01:00
hoob3rt 4a102fedae updated README.md 2020-12-30 17:45:14 +01:00
hoob3rt 9fd63cec5f updated README.md 2020-12-30 17:42:14 +01:00
hoob3rt 343fac3bd9 updated screnshots 2020-12-30 17:41:05 +01:00
hoob3rt 15fe8feb2c
Update README.md 2020-12-30 17:36:15 +01:00
hoob3rt 9b55307903 updated README.md 2020-12-30 17:31:38 +01:00