shadmansaleh
dd2236cc3b
Mention tsbline.nvim & nvim-bufferline in docs for tabline
2021-08-09 16:36:52 +06:00
shadmansaleh
6aecf4a341
feat: Expose current config with lualine.get_config()
2021-08-04 07:13:37 +06:00
shadmansaleh
ea2432cc1e
feat: Add source option to diff
...
It allows you to easily integrate external source for diff count.
If user has some other plugin keeping track of diff counts. There's
no reason for lualine to make same calculations again . It can just
reuse them. But lualine knows nothing about how other plugin exposes
their api so user will have to glue them together with this option.
2021-08-03 17:41:37 +06:00
shadmansaleh
fd5f635f4f
doc: Remove docs for component specific transitional separator
...
Keep it as experimental feature for now . It requires more testing
2021-08-02 19:40:14 +06:00
shadmansaleh
f60bec0969
feat: Add update_in_insert option to diagnostics component
2021-07-25 13:48:50 +06:00
shadmansaleh
438ab4e468
Feat: Allow transitional separators to be set on component basis
2021-07-25 12:41:07 +06:00
shadmansaleh
1d40e34aef
Refactor: filetype icon and add disable_text option
2021-07-25 12:39:20 +06:00
David Ruiz
9726824f1d
docs: fixed typo ( #262 )
...
* Typo in docs
* Update README.md
2021-05-27 19:53:27 +02:00
Tim Bedard
2aaf434094
feat: add separate hint diagnostic ( #241 )
...
* add separate hint diagnostic
* change to lightbulb icon
2021-05-25 22:13:43 +02:00
shadmansaleh
7fc7175ed6
Add docs
2021-05-21 11:30:14 +06:00
shadmansaleh
a560209c24
Refractor filetype and add disable_text option
2021-05-21 11:23:09 +06:00
Hubert Pelczarski
2c2876ae0c
docs: updated screenshot width ( #252 )
2021-05-19 13:44:38 +02:00
hubert
496b2ef3b5
Revert "docs: updated image width in THEMES.md & README.md"
...
This reverts commit 87084286d1
.
2021-05-19 13:30:28 +02:00
hubert
87084286d1
docs: updated image width in THEMES.md & README.md
2021-05-19 13:29:39 +02:00
hubert
9d9ee2d60e
feat: user defined extensions
2021-05-14 20:24:54 +02:00
Hubert Pelczarski
a65168662e
Update README.md ( #245 )
2021-05-14 14:19:54 +02:00
Hubert Pelczarski
292609e3ad
docs: vimscript removal prep ( #243 )
2021-05-13 23:19:11 +02:00
Hubert Pelczarski
d43a459c06
Update README.md ( #240 )
2021-05-13 21:08:36 +02:00
Hubert Pelczarski
e083bf9576
docs: update README.md & lualine.txt ( #239 )
...
* docs: updated luline.txt
* docs: updated lualine.txt tags
* docs: removed whitespaces from lualine.txt
* docs: updated README.md to match lualine.txt
* docs: added separators to readme
* docs: changes options section to provide examples instead of table
* docs: fixed wrong comment in options
* docs: made lualine.txt consistent with readme.md
* docs: removed notice about theme mirroring
* docs: changes tags structure
2021-05-13 21:01:37 +02:00
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
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
hoob3rt
2c24d623dc
Initial commit
2020-12-30 15:35:12 +01:00