patrick96
7d6adf9cc5
coc: Show the current function in section_x
...
coc.nvim exposes the name of the function the cursor is currently in
through b:coc_current_function.
For this to work, the key coc.preferences.currentFunctionSymbolAutoUpdate
must be set to 'true' in the coc config.
The value is only updated on CursorHold, so the value may not always be
accurate when moving around.
2021-03-20 00:42:46 +01:00
kazukazuinaina
c0160d93a8
[update] CI's badge and [update] CHANGELOG.md
2020-12-09 16:56:04 +09:00
Kamil Cukrowski
42b31b966b
Add gen_tags.vim plugin support
...
Display a "Gen. gen_tags" text in section x when gen_tags
is generating tags, similar to gutentags support.
2020-10-22 00:16:05 +02:00
kazukazuinaina
2a69254d21
[add] support battery.vim
2020-09-08 01:26:24 +09:00
kazukazuinaina
0e2cc23d49
[add] short_path's doc in airline
2020-08-05 14:15:14 +09:00
Carlo Delle Donne
72a19ed9ed
Add support for cdelledonne/vim-cmake
2020-07-17 15:14:40 +02:00
konafx
a7716dec4d
Add extension for fern.vim
2020-07-14 22:54:55 +09:00
kazukazuinaina
416897c73d
[add] searchcount's document
2020-07-08 18:09:05 +09:00
nickspoons
fab4a02838
Add OmniSharp extension to display server status
2020-07-08 16:32:07 +12:00
kazukazuinaina
bcabad32cf
[add] fzf integration's document
2020-06-20 07:43:19 +09:00
PratikBhusal
de76234a0e
vim-dirvish: Fixed bugs and added better include guards
...
Fixes issue #2142 .
These changes primarily focused on making the include guards more robust
and simplify how the path for w:airline_section_c was generated.
Credits goes to @kazukazuinaina for improving on my original
implementation.
2020-05-30 00:25:56 -05:00
kazukazuinaina
1e6f5c7705
[update] CHANGELOG.md
2020-05-07 00:44:11 +09:00
kazukazuinaina
9840b26fa4
[add] zoomwintab's document
...
[fix] mistake plugin name
[add] zoomwintab's variable's config
2020-04-14 20:41:44 +09:00
Christian Brabandt
a13bed2f51
hunks: integrate coc-git extension
...
The coc-git extension to coc does show similar statistics as e.g.
gitgutter, therefore, integrate the coc-git interface into the hunk
extension.
closes #2094
2020-03-29 17:30:29 +02:00
Christian Brabandt
4e2546a209
Changelog: Mention coc.nvim improved integration from #2079
2020-03-02 13:18:28 +01:00
Christian Brabandt
fdafa44b2f
Merge pull request #2068 from fx-carton/master
...
Add support for vim-lsp
2020-03-02 13:05:19 +01:00
François-Xavier Carton
0860036454
Add support for vim-lsp
2020-03-01 00:41:33 +01:00
kazukazuinaina
7e042e7b70
Changelog / add unit test section
2020-02-27 11:15:25 +09:00
kazukazuinaina
07e16116fd
add poetv in CHANGELOG.md
2020-01-03 15:06:38 +09:00
kazukazuinaina
f1c48e9820
update changelog
2019-12-14 04:38:58 +09:00
Christian Brabandt
e4e4ba3c7b
Changelog: fix link to github
2019-11-10 16:49:29 +01:00
Christian Brabandt
ad716f1df4
Changelog: Prepare for release 0.11
2019-11-08 20:19:06 +01:00
kazukazuinaina
62f2dc02f0
Add support for gina.vim
...
add gina-tag command
add help about gina.vim
update CHANGELOG.md
closes #1979
2019-10-02 15:17:26 +02:00
Christian Brabandt
92c0a90b64
Update Changelog
...
This documents some of the changes that happend since the release
[v0.10](https://github.com/vim-airline/vim-airline/releases/tag/v0.10 )
and is needed for the next release v0.11, planned around November 09th/10th
references #1975
2019-10-02 15:09:58 +02:00
Christian Brabandt
0b537b3065
Update the Changelog
2019-10-02 14:24:46 +02:00
Christian Brabandt
28453d7038
Support Multiple Cursor mode
...
Detect the use of plugin https://github.com/mg979/vim-visual-multi
and show mode "MULTI" when it is active.
closes #1933
2019-06-11 09:48:08 +02:00
Christian Brabandt
1fedd3a2b7
updated Changelog
2019-04-26 14:42:35 +02:00
Christian Brabandt
9112675ad8
branch: display dirty state
...
If the repository is considered dirty, do display the
g:airline_symbols.dirty symbol right after the branch name.
2019-04-24 15:16:57 +02:00
Christian Brabandt
148eb6bb28
Allow to switch to a random theme
...
You can now specify the special theme name `random` and vim-airline will
load a random theme from the ones installed. This works from either your
.vimrc as well as when calling `:AirlineTheme` command directly.
closes vim-airline/vim-airline-themes#170
2019-03-26 21:03:13 +01:00
Christian Brabandt
05572482b8
tabline: add forgotten changes from commit cd1d8c2a96
...
I accidentally missed including some more changes for buffer_idx_mode=2.
So add those files now.
2019-02-07 08:17:33 +01:00
Christian Brabandt
fd5bde1a3a
allow to show the statusline on top
...
This is an experimental feature that allows to display the statusline in
the tabline. It might still be a bit rough, but seems to work so far.
Remaining problem:
- Mode changes are not immediately detected, only after moving the
cursor
fixes #1388
closes #1867
2019-02-03 17:30:55 +01:00
Christian Brabandt
a30df884f4
Update Changelog to link to correct diff on github
2019-02-02 18:17:08 +01:00
petobens
fa5910eb14
extensions: Add defx support
...
closes #1850
2019-01-11 10:49:31 +01:00
Christian Brabandt
39ac0a93e5
document changelog for new release
2018-12-15 19:45:50 +01:00
Jesse Hallett
a92b12e1c6
Implement extension to report errors and warnings from LanguageClient plugin
2018-09-09 23:53:08 -04:00
Bailey Ling
e02176aca1
update changelog for 0.9
2018-01-15 13:18:51 -05:00
Christian Brabandt
a90ac37cb3
Changelog: slightly reorded items
2018-01-04 23:37:10 +01:00
Christian Brabandt
2ef81d4140
Changelog: Add links to the issues
2018-01-04 23:33:30 +01:00
Christian Brabandt
88130fd377
Updated Changelog
2018-01-04 23:27:05 +01:00
Bailey Ling
410429a95c
update changelog for v0.8
2016-03-09 21:00:53 -05:00
Christian Brabandt
b160ffaaf4
Update CHANGELOG.md
2016-02-06 19:06:04 +01:00
Christian Brabandt
9d1196f40a
add changelog
2016-02-02 22:42:20 +01:00