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

How do I remove the truncation in my vim-airline status bar

I have vim set up with vim-airline and powerline. My problem is that my statusbar is truncated in the z-section. It appears that my column number is hidden behind some symbol and this persists even if I resize the terminal. I have tried formatting…
EwanMe
  • 23
  • 8
0
votes
1 answer

vim airline won't set theme until split view

So I'm quite new to this vimrc thing and I've recently attempted to make Vim look better. However, when I start up Vim, airline is "unthemed" until I tab out of my terminal, go into split view, or type a Vim command. At times, my airline theme would…
ukkk
  • 1
0
votes
1 answer

vim airline how to show full warning messages

I am using vim + vim-airline, and it looks like this in my terminal: as you can see, it just shows a bit of the warnings, is this intended? It will show more if I lengthen the window, but how can I set it to show the full warning messages for the…
0
votes
1 answer

neovim: Error detected while processing function 29_on_window_changed[22]..29_ini t[29]..29_on_colorscheme_changed:

I recently was looking into nvim, and was Downloading the vim-airline-gruvbox-git from the AUR, which resulted in this error, even after multiple tries of uninstalling the package/plugins and reinstalling everything: Error detected while processing…
AbrA_K
  • 1
  • 2
0
votes
0 answers

Changing Vim Airline colorscheme on filetype

Quick possibly simple question I have set my vimrc to change the colorscheme when different filetypes are loaded; (don't ask me why but my brain sets itself to the respective language dependent on color) In order to do this I used the logical…
0
votes
0 answers

Vim-Airline + screen bug

Sometimes, when switching between windows in screen, my vim gets messed up and e.g. my actual and shown cursor position don't match up (by 1 line), which is infuriating. I tinkered around a bit and its probably because of vim-airline being too long…
TheKaltur
  • 21
  • 6
0
votes
1 answer

Powerline symbols in vim working for Monaco, but no other font

I've been using airline in Vim for quite some time now, with a variety of different fonts. However, I recently switched to a new machine, and I can't seem to get my powerline glyphs to work with any font except for an explicitly patched Monaco (from…
jpfender
  • 144
  • 2
  • 12
0
votes
2 answers

How to display remapped key instead of original key in operator-pending mode in vim-airline?

I have discovered Vim a year ago and I am getting more and more addicted to it. I remapped every key of my french dvorak-like bépo layout to stick to the qwerty layout for the normal mode, as described in "Reconfiguration totale des touches" on this…
Lionel Hamayon
  • 1,240
  • 15
  • 25
0
votes
2 answers

Getting solarized theme working with vim + vim-airline-themes

I'm trying to get a vim-airline theme working with my vim, the theme I'm after is solarized dark. The following is my .vimrc file: # .vimrc " let Vundle manage Vundle, required Plugin 'VundleVim/Vundle.vim' call vundle#begin() Plugin…
sameera207
  • 16,547
  • 19
  • 87
  • 152
0
votes
1 answer

Vim styling editing

so I just switched to neovim and I need some help because I am not fimiliar with the new envoriment I'm having, which are 2 major ones. And please keep in mind that when I am refering to neovim it is the same thing as refering to vim. Neovim…
KnownAsDon
  • 1,365
  • 1
  • 8
  • 14
0
votes
1 answer

Can not get vim to work like i want

I have tried fixing vim to my likings but I alawys encountered a lot of problems due to my lack of knowldege.The most commons ones are: Powerline font not rendering properly example here Syntax Highlighting not giving the expected color Background…
KnownAsDon
  • 1,365
  • 1
  • 8
  • 14
0
votes
2 answers

Sensibly integrating wildmenu options with the airline plugin

I have used the following options in my *.vimrc to get the command completion: " -- Show matching options in the airline set wildmenu set wildmode=list:longest,full set showcmd " -- When used alongside the airline plug-in, the results are odd: I'm…
Konrad
  • 17,740
  • 16
  • 106
  • 167
0
votes
0 answers

Black Border around vim editor

I have a Problem in vim and the problem is that vim has a black border around it. how can I fix this is there any plugin or solution?
amir feqhi
  • 25
  • 7
0
votes
1 answer

Vim airline customise settings

In this screenshot of my vimrc settings, I have installed the plugin vim-airline using vundle. After going through airlines docs, I found the set of lines to customise my airline. The problem is the ones highlighted in red. The blue highlighted one…
0
votes
0 answers

Vim-airline can't be enable in windows10

I had installed plugin vim-airline by Vundle, but it can't be enabled unless I run command :PluginInstall and close the window. update: If I close gVim(or Vim) and open it, it doesn't work again. I am sorry for that I can't post picture because my…
Luciano
  • 5
  • 3