Questions tagged [vim-airline]

Lean & mean status/tabline for vim that's light as air.

vim-airline is a plugin that allows users to create more functional statusline. It integrates well with many other Vim plugins, see the screenshots below for more information.

Tabs

][1]

Truncation

][3]

Syntastic

][4]

Whitespaces

][5]

Project page: https://github.com/bling/vim-airline

76 questions
0
votes
0 answers

Vim airline arrow broken

Problem with airline arrows, how to remove margin ?
Khotey Vitaliy
  • 509
  • 1
  • 6
  • 18
0
votes
0 answers

Config Tabline position in vim-airline

I did installed vim-airline for vim. But when i use tabline for list all buffer, its position is not wrong. I try to found any config in airline's help page but not found. What i expect my tabline work. It should above status bar: [ What happend in…
HungCung
  • 188
  • 1
  • 2
  • 9
0
votes
0 answers

vim airline symbols doesn't display well & why guifontwide display is right only when I reload vimrc

I set right font( power line font name "hack") and let g:airline_powerline_fonts = 1 but I don's know why the right corner not display well like left. I try to set font size and other font family or update airline.But no help on this…
vose
  • 31
  • 4
0
votes
1 answer

Strange character in vim airline

I don't know how to remove the character after the master branch (The inverted E)
John Fadria
  • 1,863
  • 2
  • 25
  • 31
0
votes
1 answer

configure vim-airline to show hostname

Is there a way to show hostname info in the vim airline status bar? I've tried adding let g:airline_section_a = '%{hostname -s}' to my .vimrc but that did not work -- I get E121: Undefined variable: hostname. Edit: these two lines /almost/ work, but…
Matt
  • 4,815
  • 5
  • 39
  • 40
0
votes
1 answer

Vim Airline plugin dont work properly on Vim

I am trying to configure vim-airline with my vim editor. (I am using RHEL 7.1) I installed the proper fonts from powerline/fonts documentation. then I clone the airline on my .vim/bundle/ directory.(I am using pathogen). and then I customize my…
click
  • 447
  • 1
  • 7
  • 25
0
votes
1 answer

Change color or add indicator on airline if I modified a file on git repository

I want to have an indicator if I modified a file and I don't create a commit. Any idea? I install fugitive and is very cool but I have only the name of the branch.
user3741098
0
votes
1 answer

airline in conemu - changed colors on page scroll

I have finally got the vim with airline plugin to wok on windows with conemu thanks to this topic: https://github.com/bling/vim-airline/issues/513 Almost everythink is good right now except some problems with colors in the airline when screen is…
lkurylo
  • 1,621
  • 33
  • 59
0
votes
0 answers

Vim airline only works properly when I start a new terminal in an existing terminal

I do not know what does the magic that if I reopen another urxvt in an existing urxvt terminal and run vim, vim airline works like a charm, otherwise it displays in a messed status. Can anyone please give me any suggestion! Thanks a lot.
reaper
  • 1
0
votes
1 answer

Change vim-airline colorscheme via vim-sunset plugin

I just recently discovered two VIM plugins that I find very useful, namely vim-sunset (http://vimawesome.com/plugin/sunset) and vim-airline (http://vimawesome.com/plugin/vim-airline-sad-beautiful-tragic). Changing the colorscheme with vim-sunset was…
mattu
  • 944
  • 11
  • 24
0
votes
1 answer

Vim-airline close buffer/quit vim

With vim and vim-airline, I've got a situation where I want to be able to close a buffer if it exist, and if not close vim. So I've first remmapped :x to ;x for speed reasons. nnoremap : ; Then I mapped ;x to close the buffers opened with…
mhartington
  • 6,905
  • 4
  • 40
  • 75
0
votes
0 answers

strange blue spots in statusline (vim-airline)

Some strange blue spots appear in my status line as I scroll or edit a buffer. These spots are cleared after a . My lazyredraw option is off. Here is a pic of the disturbance : The status line is the vim-airline plugin and the font is…
FZed
  • 520
  • 3
  • 10
0
votes
0 answers

vim-airline blocky in console

I installed vim-airline (MacBook Pro running Yosemite) to use in Terminal.app (zsh + tmux). Here is how it looks, along with the relevant lines of my vimrc. I'm using Inconsolata-g-powerline. Any ideas on how to fix? Screenshot:
quiet_laika
  • 174
  • 10
0
votes
0 answers

Vim airline displaying issue

I was setting up vim-airline and for what ever reason I can't get it to display like powerline. Any help would be appreciated. .vimrc set noswapfile execute pathogen#infect() syntax on set laststatus=2 set lazyredraw let g:airline_theme …
-1
votes
1 answer

Why :redraw! not take effect in augroup?

I use Vim-Airline plug in Vim, but statuline incomplete display after source .vimrc, so I want use :redraw! in augroup but it not take effect. augroup Vim autocmd! autocmd BufWritePost $MYVIMRC ++nested source $MYVIMRC ":redraw!" augroup End I can…
Clark Kent
  • 31
  • 6