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
3
votes
1 answer

Indicate operator-pending mode in vim-airline

I am using airline with basic settings. Is there a way to indicate operator-pending mode in the airline status line? In regular, vim default statusline (:set statusline) there is always displayed first letter of a command, whenever vim enters…
qiubix
  • 1,302
  • 13
  • 22
3
votes
1 answer

In vim airline, only show git branch, not changes to file

I'm using vim with airline. I like that airline shows me the git branch, but I don't want it to show me the lines added/removed/changed. What should I add to my ~/.vimrc file to change that? I know I need to set g:airline_section_b but I'm not quite…
Lorin Hochstein
  • 57,372
  • 31
  • 105
  • 141
2
votes
1 answer

Gruvbox Airline Vim

I am trying to get the gruvbox airline theme working for my vim status line. I am using the plugged vim plugin manager and have added the gruvbox.vim airline theme to ~/.vim/plugged/vim-airline-themes/autoload/airline/themes. EDIT: Realized I…
Shan Haupt
  • 21
  • 1
  • 3
2
votes
1 answer

How to change the Vim Syntastic warning color in Airline using Solarized theme

I'm using vim-syntastic and vim-airline using the solarized color theme. When syntastic has a warning it displays in black on red, which is barely readable: After reading the airline help I've tried something like this in my .vimrc: call…
Phil Gyford
  • 13,432
  • 14
  • 81
  • 143
2
votes
0 answers

vim make window immutable

I've recently switched to vim and installed the airline and NERDTree plugins. This combo works nice, displaying the tree in its own window and putting opened files in buffers. When the NERDTree window is focused, right-clicking on the buffer…
sitilge
  • 3,687
  • 4
  • 30
  • 56
2
votes
2 answers

Vim airline config screwed up

I recently installed vim-airline plugin. It is working correctly in GVim and is totally screwed up normal terminal vim. The screen shot is below. It looks like the statusline is not sticking to the bottom of the screen. its should like this - This…
Anunaya Srivastava
  • 175
  • 1
  • 2
  • 12
2
votes
2 answers

Install powerline fonts on centOS6.6

I installed recently the patched fonts for Powerline users from the github repository on a centOS6.6 box. As indicated in the docs I executed the script that ran ok and printed [statquant@latitude fonts]$ ./install.sh Copying fonts... Resetting…
statquant
  • 13,672
  • 21
  • 91
  • 162
2
votes
1 answer

some vim airline themes doesn't work

I installed the vim-airlines and its themes with Vundle. I changed my .vimrc to the following format: set nocompatible " be iMproved, required filetype off " required " set the runtime path to include Vundle and…
Hadi
  • 5,328
  • 11
  • 46
  • 67
2
votes
0 answers

vim-airline doesn't display before launching Tagbar

I installed airline using vundle. After that, the vim console don't have any change on the bottom. But when I launch Tagbar, it will display the status line on the bottom. How to enable status line on the botton when vim launches ?
chuck
  • 67
  • 7
2
votes
0 answers

Customize airline tagbar extension to include current tags parent

The airline plugin has an extension which uses Tagbar to show the current function name. (I know this because of this question which I found via asking this question) This works really well and looks great. Here's airline showing me I'm editing the…
LondonRob
  • 73,083
  • 37
  • 144
  • 201
2
votes
3 answers

Powerline (tmuxline and vim-airline) not showing the right characters [iTerm2, Mac OS X]

so I'm using tmuxline and vim-airline because I don't know how to install powerline for iTerm 2 Anyway they should be looking like tabs but there are characters here not showing. Can anyone help me out?
Ahmed Deq
  • 191
  • 2
  • 8
2
votes
0 answers

unicode characters do not appear in terminal for vim airline

I know this has been asked a few times but none of the answers worked for me. I use the gnome terminal as default in Ubuntu 14.10 and I can't get unicode characters to show properly, mainly in vim airline. I have set character encoding to unicode…
Bastian
  • 5,625
  • 10
  • 44
  • 68
1
vote
1 answer

How to add custom text to vi airline

How can I add custom text to vim airline. like word evgenimba in the right botton of the picture below? I have tried to search with various keyword but could not find the solution
Muhammad Fhadli
  • 315
  • 1
  • 9
1
vote
0 answers

vim-airline doesn't show git branch

I tried to use vim-airline, but the git branch of the current directory doesn't show up on the screen. Link to Screen Image I'm currently using Neovim 0.7.2 in a mac, and my vimrc is as shown below. :echo fugitive#head() returns master, but :echo…
assort
  • 21
  • 1
1
vote
0 answers

Neovim + galaxyline plugin crushing

When i press alt+tab and nvim folding galaxyline plugin crushing and airline default theme appears,but when i saving file galaxyline is start working galaxy line is working I press alt+tab and galaxyline is crushing saving file in vim and…
AlePon
  • 15
  • 2