Christian
91a8ada0f9
doc: document tabline highlighting groups ( closes #2285 )
2020-11-19 14:17:22 +01:00
Christian
beb20cb49f
doc: mention that the tabline mappings are not automatically created
...
related: #2290
2020-11-19 13:52:08 +01:00
Nick Friday
193460137a
[add#keymap] more customization
...
Added more customization for keymap extension
2020-11-04 20:46:00 +03:00
Christian Brabandt
38c9f9ca3d
Merge pull request #2256 from Kamilcuk/master
...
Add gen_tags.vim plugin support
2020-10-29 13:41:35 +01: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
Christian Brabandt
8608270bd3
Merge pull request #2257 from weirane/nroff-wordcount
...
Add nroff to wordcount
2020-10-18 16:48:42 +02:00
Subhaditya Nath
34968bf65c
Improve the documentation of localsearch extension
...
Fixed the copy-paste error mentioned by @chrisbra at
https://github.com/vim-airline/vim-airline/pull/2240#discussion_r494570378
Also improved the wording a bit
2020-10-17 20:05:22 +05:30
Wang Ruochen
19ab70ee87
Add nroff to wordcount
2020-10-17 16:54:46 +08:00
James Rowe
4e03ac85f9
Fix doc for enabling wordcount’s reading time support
2020-10-13 18:19:02 +01:00
adrian5
2ad2eeb9ca
Fix wording/typos in doc
2020-10-11 16:05:44 +02:00
Christian Brabandt
958ffe059a
doc: fix grammatical typo
...
fixes : #2246
2020-10-05 10:50:05 +02:00
Subhaditya Nath
3fc5ad231c
Add more customization for 'localsearch' extension
...
Now it can be configured to show only when localsearch is disabled. It
is useful if you mostly keep localsearch enabled and don't want to keep
seeing the extra 'LS' section, but still want to have some kind of a
visual indication about when localsearch is disabled.
2020-09-26 01:16:48 +05:30
Christian Brabandt
3272a2d490
doc: mention coc explorer
...
related: #2235
2020-09-15 14:14:21 +02:00
kazukazuinaina
2a69254d21
[add] support battery.vim
2020-09-08 01:26:24 +09:00
kazukazuinaina
7f91b54a44
[fix] document's typo about nerdtree_statusline
2020-09-03 17:20:52 +09:00
Christian Brabandt
c77d89046e
doc: fix typo for show_buffers variable
...
related: #2218
2020-08-27 13:07:32 +02:00
huanhuan_zhuang
5d3cfa4045
add 'g:airline#extensions#tabline#tabtitle_formatter' option
...
The option can be used to specify a customized format() function to display tab title in tab mode
2020-08-25 13:42:18 +02:00
kazukazuinaina
8e0d5cd95d
[fix] readingtime formatter's doc
2020-08-13 01:52:50 +09:00
kazukazuinaina
12f1934d38
[add] readingtime formatter's document
2020-08-13 00:23:51 +09:00
Christian Brabandt
a294f0cb7e
Merge pull request #2183 from tooSadman/nvim-lsp-support
...
Added support for built-in nvim-lsp
2020-08-12 15:41:47 +02:00
kazukazuinaina
0e2cc23d49
[add] short_path's doc in airline
2020-08-05 14:15:14 +09:00
tooSadman
782774c0dc
Added support for built-in nvim-lsp
2020-08-03 18:19:26 +03: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
Franco Victorio
7cd12641c7
Fix link to localsearch repo
2020-07-04 17:42:23 -03:00
kazukazuinaina
bcabad32cf
[add] fzf integration's document
2020-06-20 07:43:19 +09:00
Rick Jones
8177d63e07
Add update highlights docs
...
Resolves : #1404
2020-06-06 16:13:02 +01: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
b929452f32
[add] unite and denite's config
...
[add] document
2020-05-29 18:20:01 +09:00
Christian Brabandt
48064e24d5
hunks: only enable coc-git extension, if explicitly enabled by the user
...
As requested by the coc maintainer, this is explicitly disabled, unless
the user configures vim-airline to use it for the branch extension. This
is done, because the `CocAction('extensionStats')` function is known to
be slow and this may cause a slow startup.
2020-04-29 16:59:37 +02:00
kazukazuinaina
d2513b8460
[add] branch symbol's Explanation
...
[fix] document's position
2020-04-24 20:13:41 +09:00
kazukazuinaina
15a1a3ccc7
[add] ycm's toggle and doc
2020-04-15 12:08:09 +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
kazukazuinaina
185bcc5e88
[add] new option / always show tab count feature
2020-03-30 01:06:06 +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
0278e9095d
Merge pull request #2093 from kazukazuinaina/add_wordcount_filetype
...
add plaintex filetype
2020-03-23 11:39:20 +01:00
kazukazuinaina
16223d0bc3
add plaintex filetype
...
re-order and update document
2020-03-20 22:41:50 +09:00
Freed-Wu
254d1a2d8d
Add g:airline#extensions#capslock#symbol
...
Add help
Add linebreak and default
2020-03-20 11:02:34 +08: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
fc09bf751a
[update] gina's extensions in extensions dir
...
fix typo and add section_b
[add] extension gina
[add] unstaged extensions
[fix] typo
[Done] gina refactoring
[fix] document
[fix] gina's spell
[add] abort
2020-02-17 22:43:07 +09:00
kazukazuinaina
24900181f4
[fix] typo in doc
2020-01-29 12:17:39 +09:00
kazukazuinaina
52175cec3d
[fix] nerdtree's url
...
[fix] nerdtree's url in README
2020-01-28 17:40:25 +09:00
kazukazuinaina
4a4be9cd99
update license year in doc/airline.txt
2020-01-16 11:22:19 +09:00
petobens
98f03df8e5
Add poetv extension
2019-12-30 10:37:03 -03:00
Jonathan Feinberg
892c9ad6b5
Adding option: buffers#buffer_idx_mode = 3
...
By using `buffer_idx_mode = 3`, indexing will start at 1, instead of 11.
2019-12-27 13:00:50 +01:00
midchildan
9779a7a340
allow disabling airline per-buffer
2019-12-22 21:26:59 +09:00
kazukazuinaina
44b1e3df5d
can choice to use gina's extension
...
fix typo
add v:version >= 800and remove v:version > 704
fix CI error
2019-12-18 00:44:47 +09:00
kazukazuinaina
f8e1f85fde
add gina support for vim-airline's branch
...
add check gina in util.vim
fix typo
add gina check
fix typo
add gina.vim's url in doc
fix typo
delete v:version > 800
fix error
2019-12-14 04:10:46 +09:00
Christian Brabandt
5f9ae83f44
config: allow to disable setting the statusline option
...
closes #2013
2019-12-13 09:59:45 +01:00
kazukazuinaina
f472e1bafb
update vista.vim's url in document
2019-12-09 00:51:18 +09:00
kazukazuinaina
8a3eeddc80
update nerdtree's statusline
...
add let g:airline#extensions#nerdtree_statusline's documentation
2019-11-11 21:11:36 +09:00
Christian Brabandt
664426be21
doc: mention all supported plugins
...
Also, in the extensions mention the required vim plugin
2019-11-08 20:18:04 +01:00
Christian Brabandt
15c540dc94
doc: rewrap help doc to fit into a 80 column shell
...
needs to be reformated a bit, especially if the signcolumn is on, this
would have ugly wraps.
Also, the documentation at :h airline-default-sections mentions readonly
for the gutter part, which is wrong. So correct this (related #1994 )
2019-11-05 11:32:10 +01:00
kazukazuinaina
98b95e6399
update ale's url
2019-10-31 17:56:42 +09:00
kazukazuinaina
390908dead
update airline.txt about airline-term
...
fix mistake
delete space
fix format
2019-10-17 17:58:00 +09:00
Christian Brabandt
6d665580a3
term: allow to disable the term extension
...
closes #1981
2019-10-16 18:07:35 +02:00
kazukazuinaina
4f0d2ebbb5
update airline.txt airline-predefined-parts confusing
2019-10-04 16:55:32 +09: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
6409c7b317
tabline: do not display neovim terminal there
2019-08-26 15:16:38 +02:00
Christian Brabandt
22f54d8528
sort airline#extensions#tabline#ignore_bufadd_pat
2019-08-26 15:14:21 +02:00
Christian Brabandt
018688a90f
tabline: do not show defx buffers
...
fixes #1962
2019-08-26 15:11:50 +02:00
matoruru
770d57a01d
Updata a url in airline.txt
...
"neoclide/coc" -> "neoclide/coc.nvim"
2019-07-27 12:06:26 +09:00
s1341
3f7222e488
Add support for vim-tabws tabline
...
closes #1938
2019-07-23 09:40:18 +02:00
shmaryar
28dcb68bf3
Add vista.vim ( https://github.com/liuchengxu/vista.vim ) integration
2019-07-23 09:38:14 +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
Peng Guanwen
b3ecf49f86
Coc integration
2019-05-29 21:20:20 +08:00
Bjoern Petri
f1529ce051
vim-bookmark extension
2019-05-03 10:44:09 +02:00
Christian Brabandt
a26a460698
branch: configure what additional checks to run
...
Allow to customize, whether to check the untracked status of a file or
whether the current repository is clean.
fixes #1910
2019-05-02 08:14:57 +02:00
Christian Brabandt
7469672a46
extensions: Allow customization of filetypes
...
Define the variable :let g:airline_filetype_overrides to allow for
specific customization how a specific filetype will be displayed.
For e.g. a German display, you can use: >
:let g:airline_filetype_overrides = {'help': ['Hilfe', ':%f']}
<
This defines how section a and b will look like for a window with that
specific filetype.
Closes #1888
2019-04-30 17:28:51 +02:00
Christian Brabandt
538326ceac
whitespace: Also check for Git conflict markers
2019-04-26 14:38:13 +02:00
Christian Brabandt
d4f645777e
Updated documentation
2019-04-26 13:56:02 +02:00
Christian Brabandt
a753422549
main: Make :AirlineRefresh! skip recrecrating highlighting groups
...
When `g:skip_empty_sections` is set, `:AirlineRefresh` can be called
very often and cause slow down, because it forcefully re-creates the
highlighting groups. This is mostly not needed for the redraw to happen,
therefore, add the `<bang>` attribute to the command, making it skip to
re-create the highlighting groups and have all extensions that rely on a
forced update use the `!` form.
Should be much fast then.
fixes #1908
2019-04-26 10:16:40 +02:00
Christian Brabandt
ffd8c406ab
branch: Make the branch extension available with 80 char wide windows
2019-04-24 16:12:54 +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
Carlo Lobrano
0f1aec97da
Add documentation for short_path formatter
2019-04-14 10:03:24 +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
a6fb6d9da0
Extensions: indicate, if an extension is external
...
Show in :AirlineExtensions if the extension comes bundled with airline
or from an external source.
closes #1890
2019-03-26 08:41:36 +01:00
Christian Brabandt
c8a36e14e9
Updated Copyright Statements
2019-03-25 12:29:47 +01:00
Christian Brabandt
45205aa4a3
wordcount: expose filetype list to global scope
...
allows better configuration of filetypes to be wordcounted.
fixes #1887
2019-03-19 08:28:51 +01:00
Christian Brabandt
b84e548522
Make displaying the tab count optional
...
Set the g:airline#extensions#tabline#show_tab_count to zero to disable.
fixes complaints at #1882
2019-03-16 09:32:35 +01:00
Christian Brabandt
1c3ae6077a
Merge pull request #1879 from gmolau/Fix-syntastic-formatting
...
Fix the formatting of syntastic error messages
2019-02-22 07:49:52 +01:00
Georg Molau
395fccfda7
Fix the formatting of syntastic error messages
...
The magic flags were in the wrong order, %e is the number of errors, it
should go in the parentheses after the # symbol. %fe is the line number
of the first error. Same for the warnings.
2019-02-22 00:53:41 +01:00
Max Nordlund gmail
b69aa396c1
Remove trailing whitespace
2019-02-21 11:59:04 +01:00
Max Nordlund gmail
5f769dbed9
Expose get_hunks for advanced customization
2019-02-21 11:59:04 +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
23a8a7e04d
doc: ammend doc about statusline on top
2019-02-04 09:55:48 +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
916d023c35
buflist: do not consider empty buffers to be excluded
...
currently, empty buffer names were still considered to match against the
exclude_path setting. That does not make sense, so skip the check for
empty bufnames.
2019-02-02 22:43:27 +01:00
Christian Brabandt
0a1f4cc910
doc: clarify usage about AirlineSelectTab mappings
...
closes #1857
2019-02-02 22:22:25 +01:00
Christian Brabandt
54584a2bb2
fugitive: mark fugitive like buffers with "[git]"
...
closes #1852
2019-02-02 18:04:53 +01:00
Christian Brabandt
dc7d991007
Tabline: Make specifying formatter more easy
...
closes #1863
2019-02-02 17:45:55 +01:00
Christian Brabandt
d68c9bbeb2
tabline: make middle-click work as expected in neovim
...
closes : #1854
2019-01-11 10:44:10 +01:00
Christian Brabandt
c0f96df97f
Update metadata (copyright)
...
also remove trailing empty lines in test files
2018-12-15 19:56:30 +01:00
Christian Brabandt
ada0ba8ae3
doc: reorder extension configurations alphabetically
2018-11-14 09:28:16 +01:00
Christian Brabandt
426c8bb8ef
doc: update documentation
2018-11-14 08:26:18 +01:00
Christian Brabandt
df0c1731db
Add :AirlineExtensions command
...
This shows whether or not an extensions has been loaded.
2018-11-14 08:06:39 +01:00
Christian Brabandt
6ceaffc49a
documentation: Mention AirlineModeChanged
...
In 781c40bb3d
the AirlineModeChanged user-defined
autocommand has been introduced. However it was forgotten to mention
this actually in the documentation.
So here we go.
closes #1774
2018-11-13 09:19:56 +01:00