Diki Ananta
ea2c3f9f14
Added minimalist in docs
2017-05-24 22:00:22 +07:00
Peter Meehan
e8a30fc324
added base16-spacemacs theme
2017-03-27 19:33:14 +01:00
Christian Brabandt
9eb53e1c08
mention base16-seti theme in documentation
2017-03-09 20:32:20 +01:00
Christian Brabandt
758c481393
Merge pull request #72 from joshdick/master
...
onedark.vim: Add 16-color support
2017-03-07 01:56:03 +01:00
Josh Dick
1f024697a9
Doc: Document and fix some other minor issues.
2017-03-06 19:00:40 -05:00
Christian Brabandt
205f6964be
Merge pull request #74 from danilo-augusto/sierra
...
[contrib] Added sierra colorscheme
2017-02-26 10:51:00 +01:00
Danilo Augusto
449db04c5a
[contrib] Added sierra colorscheme
...
doc
2017-02-26 08:45:15 +01:00
Christian Brabandt
79e52966bf
Merge pull request #69 from danilo-augusto/master
...
[contrib] Added alduin.vim colorscheme
2017-02-26 08:29:39 +01:00
Danilo Augusto
c156244f85
Added alduin.vim colorscheme
...
Added alduin colorscheme to the docs
.
2017-02-26 05:10:20 +01:00
jgeiger
4747bb5d15
Check base16colorspace = 256 color in oceanicnext
...
- This fixes the airline if you're running with 256 colors
matching the base16 colorscheme setup for oceanicnext
2017-02-25 13:27:47 -07:00
Jorrit Visser
2e9d8346c8
Add base16_oceanicnext theme
2017-02-24 01:33:19 +01:00
Josh Dick
23a8d2b426
Add onedark.vim theme
2017-02-20 00:19:35 -05:00
Christian Brabandt
6026eb78bf
remove duplicate tag
...
fixes #67
2016-12-31 23:47:31 +01:00
Maksim Shkrebtan
6565b2d813
Add base16_shell theme
...
base16_shell theme for vim-airline matches an active Base16 Shell
theme.
It should be used in combination with Base16 Shell, which sets the
correct colors in the terminal:
(https://github.com/chriskempson/base16-shell ).
The colors used in this theme are within the 21 term colors set by
Base16 Shell. The theme supports 2 options described in the docs.
2016-12-29 22:37:07 +04:00
Luan Vicente
bf7ce0b3a9
added badcat airline theme
2016-12-08 15:18:23 -02:00
Nezametdinov E. Ildus
c0e6b2d632
Update documentation
2016-11-23 18:46:24 +03:00
Christian Brabandt
0d121684a8
Mention missing themes
2016-10-14 13:18:55 +02:00
Christian Brabandt
bf34040747
Improve contrast for base16 theme
...
fixes 54
2016-10-14 12:37:50 +02:00
Christian Brabandt
0ff72ad84c
Use the correct variable for defining the theme
...
document it in the helpfile
2016-09-28 22:11:22 +02:00
Brandon Bayer
1cb71592e2
[solarized] add option to change inactive window border from light to dark
2016-09-21 14:32:08 -05:00
Jake Zimmerman
1ca09ffda0
Add green option to solarized theme
2016-06-05 14:21:40 -07:00
Daniel Hahler
2c665d516c
solarized: add support for g:solarized_base16 by @cuviper
...
Ref: https://github.com/blueyed/vim-colors-solarized/commit/92f2f994
This also defines 'g' (gui) colors, which might not be necessary and
cause unnecessary overhead (at least it caused an error when given an
invalid color (RGB without hash symbol), but was added for completeness.
2016-05-10 23:00:30 +02:00
Christian Brabandt
ff7a287321
rename tag, because of duplicate in vim-airline
2016-04-21 09:47:26 +02:00
Christian Brabandt
73470739ea
Add help file
2016-04-20 21:01:02 +02:00
Bailey Ling
9f9b162025
remove all code unrelated to themes
2016-01-27 22:23:12 -05:00
Christian Brabandt
b094374f37
Merge pull request #944 from chrisbra/wordcount_formatter
...
Some improvements to the wordcount plugin
2016-01-27 20:41:21 +01:00
Christian Brabandt
453f4b759f
Allow to customize the trailing whitespace regexp
...
Currently, vim-airline uses hard-coded '\s$' to check for trailing
whitespace. However you might want to check for different values.
Therefore, set the variable
g:airline#extensions#whitespace#trailing_regexp to the required regexp
value.
closes #663
2016-01-27 14:18:28 +01:00
Christian Brabandt
889492e01c
fix issue #939
2016-01-26 07:52:42 +01:00
Christian Brabandt
97e204f3b6
Some improvements to the wordcount plugin
...
1) allow for custom formatting of the output of the wordcount formatter
This allows for formatting numbers correctly e.g. 1,042 in English
locale and 1.042 in German locale.
2) cache values, so that no on every cursor move the wordcount needs to
be recalculated.
2016-01-25 21:00:05 +01:00
Christian Brabandt
9e25f52c6f
clarify how to add custom parts to the statusline
2016-01-23 22:09:37 +01:00
Christian Brabandt
5923ced2b0
clarify buffer_idx mode mappings
...
Also add mappings for tabmode as suggested.
2016-01-22 20:20:18 +01:00
Christian Brabandt
604f744727
fix typo in documentation about formatters
...
fixes #873
2016-01-20 23:53:14 +01:00
Bailey Ling
048b24a916
happy 2016!
2016-01-14 21:38:38 -05:00
Christian Brabandt
f6fc6419be
adjust default value for wordcount extension
...
document default value for wordcount extension
add text file for wordcount extension
2016-01-14 21:43:45 +01:00
Tobias Witt
b48e2390cb
Add pathshorten
as a built-in format for long branch names
2015-11-19 11:03:54 +01:00
Bailey Ling
e1ffd1cc30
Merge pull request #854 from kazuoteramoto/master
...
Add check for long lines to extensions#whitespace
2015-10-05 10:49:02 -04:00
Kazuo Teramoto
5c799511c9
Add check for long lines to extensions#whitespace
...
Check for lines > textwidth, disabled by default.
2015-10-05 11:40:55 -03:00
Bailey Ling
e59c3ecd6e
add wordcount extension
...
resolves #761
2015-10-05 10:18:14 -04:00
Thibault
92c2ac1c14
Improved documentation on formatters
...
Explains how unique_tail and unique_tail_improved delegate formatting of already-unique filenames to default.
2015-07-16 18:45:59 +02:00
Bailey Ling
3942ce6790
Merge pull request #797 from cHoco/master
...
Tabline: add exclude_preview option to hide preview buffer
2015-07-08 22:22:39 -04:00
Enrico Ghirardi
317e5fa47a
Tabline: add exclude_preview option to hide preview buffer
2015-06-28 22:34:37 +02:00
Justin Gassner
efa8edf3ae
Fix typos in the documentation
2015-06-14 00:41:36 +02:00
Christian Brabandt
9d90e2cbfe
Add crypt indicator
...
If editing an encrypted file, add an indicator, that the file is
encrypted
2015-06-02 20:40:19 +02:00
Bailey Ling
1e46a46bb3
Merge pull request #754 from blueyed/hunks-support-quickfixsigns
...
Support for quickfixsigns in hunks extension
2015-05-19 21:09:42 -04:00
Daniel Hahler
f22fbfd41d
hunks: add support for quickfixsigns
...
Closes: https://github.com/bling/vim-airline/pull/754
2015-05-03 19:50:11 +02:00
Emil Renner Berthing
e6ca2ac58d
whitespace: add more lenient mixed whitespace algorithm
2015-04-14 19:01:08 +02:00
Lawrence M
252978e4ac
tabline: add fnametruncate option to truncate long tab/buffer names
2015-03-20 16:37:36 -07:00
Bailey Ling
96a94d8c3a
add option to display both tab number and splits. resolves #440 .
2015-03-01 09:56:36 -05:00
Bailey Ling
50e47ced42
add g:airline_extensions variable for manual loading
2015-02-28 17:40:23 -05:00
Bailey Ling
ca44fd467c
support display only tail end of a branch; as well as custom format
...
functions. resolves #710 .
2015-02-27 22:04:13 -05:00