Commit Graph
21 Commits
Author SHA1 Message Date
peach lasagna ce980c7399 Create transparent.vim
akhatib.com/minimal-and-clean-vim-airline-theme/
2020-11-30 02:47:56 +07:00
IK cd6f16978d Merge pull request #235 from vim-airline/add_badwolf_airline_term_color
[add] badwolf's airline term color
2020-11-08 17:55:46 +09:00
IK 3dafdfc042 Merge pull request #226 from kazukazuinaina/add_cool_terminal
Add cool theme's terminal color
2020-11-05 13:42:18 +09:00
IK 155bce6665 Merge pull request #225 from kazukazuinaina/add_base16_gruvbox_terminal
[add] terminal section's color palette
2020-08-27 23:56:29 +09:00
iroedius 052310959d update base16_spacemacs theme
Add error and warning count colors as well as disable special color and attribute for modified state. The + sign is sufficiently noticeable.
2017-08-01 20:10:02 +02:00
Danilo Augusto c156244f85 Added alduin.vim colorscheme
Added alduin colorscheme to the docs

.
2017-02-26 05:10:20 +01: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
somini e0841b10a7 Don't update the word count on select mode
Fixes #868
2015-11-10 20:20:53 +00:00
somini 1c498d1af3 Add format to the wordcount plugin 2015-11-10 20:11:20 +00: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
Walter Leibbrandt 83000d9a30 badwolf theme: make inactive status line stand out more - in console vim too. 2015-02-20 02:10:54 +02:00
Daniel Hahler 98c2dbd04e tabline: fix cache invalidation for show_buffers=1 with :bd
Ref: https://github.com/bling/vim-airline/pull/700#issuecomment-73798679
2015-02-11 02:48:25 +01:00
Daniel Hahler 3c1295bb71 tabline: fix s:current_buffer_list invalidation
Use `s:current_buffer_list` always in `s:get_buffer_list()`, and
invalidate it via BufAdd and BufUnload.

Fixes regression from https://github.com/bling/vim-airline/commit/ce58af719109f83f965b1d8b87232b8161fcfe90#commitcomment-9647487.
2015-02-09 17:44:13 +01:00
Daniel Hahler ce58af7191 Fix get_buffer_list being called always via get()
Vim's `get()` calls the expression for `{default}` always, not only if
the default is going to be used!

This caused `airline#extensions#tabline#get_buffer_name` to not use the
cached value.

Fixes https://github.com/bling/vim-airline/issues/697.
2015-02-07 15:38:02 +01:00
Daniel Hahler 7c65176499 Add readonly indicator also for !&modifiable
While typically both are set (e.g. with `:help`), I am using the
modifiable setting alone to prevent editing of some files via an
autocommand (`*.css`, if `*.scss` exists).

I can also set `readonly` for this buffer, but that gets reset when
reloading the buffer, which is not the case for `modifiable`.
2014-08-28 00:23:59 +02:00
Daniel Hahler 2dc416aa8f tagbar: only lookup tag once every second
This makes scrolling (holding done j/k) much smoother, and the current
tag gets pulled in via CursorHold anyway.

Fixes https://github.com/bling/vim-airline/issues/387
2014-02-20 00:06:04 +01:00
gabriellim c638affe4f Minor spelling
5th bullet point in Features section had the word "colorschemes"

Proposed fix: color schemes
2014-01-14 23:24:29 -08:00
Daniel Hahler 41a148f1e6 solarized: use VertSplit bg for inactive statusline
Adjust foreground color accordingly, also for non-active modified
filename (to stand out).
2014-01-10 22:47:33 +01:00
Matthew Martin ad1b23e8c3 Add comment on 'laststatus' to the README
Judging from #vim activity, few read the help all the way to the FAQs.
2013-12-13 08:57:58 -06:00
Daniel Hahler ba899b2dde eclim: only consider signs placed by eclim
Ref: https://github.com/bling/vim-airline/pull/293
2013-12-11 09:40:50 +01:00
Joshua Borton 67de92b1d4 Adding alternate separator for consistent visuals 2013-07-07 18:37:50 -04:00