Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

How can I show the git blame in the status line, and the buffers in tabs? #208

Answered by ram02z
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

Just to preface, I have not used airline.

let g:airline_powerline_fonts=1

By default, providers include an icon where possible. If you wanted to change the icon, you can change the icon value.
See https://github.com/feline-nvim/feline.nvim/blob/master/USAGE.md#component-icon
For separators between providers, you can use one of the presets or set a custom string value.
See the default separators, https://github.com/feline-nvim/feline.nvim/blob/master/USAGE.md#separator-presets
For separator example, see https://github.com/feline-nvim/feline.nvim/blob/master/USAGE.md#component-separators


let g:airline_theme='onedark'

You can create a new theme using the onedark colors if you aren't happy w…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #207 on January 27, 2022 17:22.