I installed the Airline plugin in order to have a custom status bar, as seen in the figure below:
However, my status bar is presenting the symbols <, >> and <. How do I fix this problem?
I recently switched to base16_default dark as my color theme. I love it, but it's the first theme I've used where a modified buffer's airline bar doesn't change color.
I do, however get the [+] symbol indicating the buffer has unsaved…
I am okay with rest of the section z but I want to remove ㏑ : 1 from the default section z configuration because I think it's not useful for me and takes up the space unnecessarily. Is there a way of doing this?
I am trying to configure the statusline using plugins "vim-airline" and "vim-airline-themes". And i get this character "☰"
Please help me understand why is this being displayed and how to fix this.
Following is my .vimrc settings:
" Backup…
How to embed first part of the command (operator pending mode) in airline? For example, I'd like to have separate section on the right side to show me this partial command.
If I set this simply with :set showcmd, it's displayed under airline status…
I just successfully installed vim-airline, and all the required stuff. I've downloaded the powerline-fonts, and successfully installed them. The only problem right now I'm having is: On right side of the bar from my angle, it shows some spacing…
I tried vim-airline and it looks nice, while editing on single window.
When in split view, with multiple files open, I noticed it focus on current window. By focus I mean the other windows keep lights off (I mean I cannot see the infos on the bar,…
Description
I have a problem with weird unknown symbols in the fileformat placement and encoding sections.
Environment
vim: 7.4.1689
vim-airline: 0.9
OS: Ubuntu 16.04
Reproduced with a minimal vimrc: yes
vimrc config link
Tested on terminals:…
I've installed the airline plugin and I find it useful. However, I'd like to customize it a bit to look like that:
I'm not talking about the theme (it's gruvbox) I'm talking about how the different sections are separated.
In the image, they're are…
I have the following directory structure
Current Directory
|--components
|--|--Artist
|--|--|--index.js
so i want to display "Artist/index.js" or "C/c/Artist/index.js" in my tabline in vim-airline
I want when i type :tabnew , that it automatically create numbered (indexed) tabs according to which tab in order it is.
if it's 3rd tab that will be opened, than to show number 3 before tab name ( 3 [tab name] )
I can create tab with some name,…
I'm using the plugins Nerdtree and Airline in my vim. Here is my config:
autocmd VimEnter * NERDTree
autocmd BufWinEnter * NERDTreeMirror " make Nerdtree available on each tab
let g:airline_theme='sol'
let g:airline#extensions#ycm#enabled = 1
let…
When vim-airline plugin is enabled, gVim's icon on the windows status bar starts flickering as on the seen on this screencast.
gVim becomes slow, cursor starts flickering too.
This happens when vim-airline plugin is enabled. I suspect it has todo…
I use vim-airline but the content of the "additional sections" on the status bar of the vim-airline are cut off due to the limited space of the window.
The space is too tiny to include the last section. The message seems to be "tr(ailing...)" or…
I display the current file name and path using:
let g:airline_section_c = '%{pathshorten(expand(''%:f''))}'
Which results in, for example:
/h/b/.c/n/init.vim
This keeps things tidy. However, it would be slightly more useful to have the containing…