Commit Graph

64 Commits

Author SHA1 Message Date
Hubert Pelczarski 31de50919a
feat: quickfix extension (#229)
* feat: quickfix extension
2021-05-11 21:22:58 +02:00
Jonathan Gin bfae320155
feat: color filetype icons when using nvim-devicons (#222) 2021-05-11 14:55:18 +02:00
Hubert Pelczarski 73a6c8fadf
feat: dynamic shortening for filetype (#224)
* feat: dynamic shortening for filetype

* feat: redraw statusline on VimResized

Co-authored-by: NullVoxPopuli <LPSego3+dev@gmail.com>
Co-authored-by: shadmansaleh <shadmansaleh3@gmail.com>
2021-05-11 12:47:09 +02:00
Jonathan Gin dc2c711a53
Fix typos in README (#219)
`Tweeking` -> `Tweaking`
`variabke` -> variable`
2021-05-09 13:42:49 +06:00
Shadman 4c3d76d9cf
Feat: Disable lualine om specific buffer (#206)
Adding a new option in options table named `disabled_filetypes` .
It's a list of filetypes . If current filetyoe is on the list
statusline will be disabled.
2021-05-02 23:16:03 +06:00
Tim Bedard e6cc09c2e9
feat(filename): add support for custom filename symbols (modified, readonly) (#185)
* feat(filename): add support for custom filename symbols (modified, readonly)

* update docs
2021-04-20 22:25:25 +06:00
shadmansaleh 5647a845bb Doc: Document theme tweeking 2021-04-12 21:59:56 +06:00
shadmansaleh 77c4c47482 Enhance: Cleanup eval_lua component and document it 2021-04-12 21:59:55 +06:00
shadmansaleh f2d9d14671 Doc: Add evil_lualine config and screenshot 2021-04-12 21:59:55 +06:00
shadmansaleh 9e957e341e Feat: Allow color option to accept highlight group 2021-04-12 21:59:55 +06:00
shadmansaleh 7c6d1f9074 Update options section of docs . 2021-04-12 21:59:50 +06:00
shadmansaleh d6758af65b Feat: Add condition option 2021-04-12 21:51:31 +06:00
Hubert Pelczarski 00186432d3
docs: updated lualine.txt (#171)
* docs: updated lualine.txt

* docs: fixed typo
2021-04-12 17:04:32 +02:00
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