Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vim-airlines has no colors #1335

Closed
TheRojam opened this issue Nov 24, 2016 · 5 comments
Closed

vim-airlines has no colors #1335

TheRojam opened this issue Nov 24, 2016 · 5 comments

Comments

@TheRojam
Copy link

environment

  • vim: 8.0.86
  • vim-airline: git clone yesterday
  • OS: Linux AntonsArchBook 4.8.10-1-ARCH Special symbols display is broken? #1 SMP PREEMPT Mon Nov 21 11:55:43 CET 2016 x86_64 GNU/Linux
  • What is your airline configuration:

source ~/.vim/vim-airline-themes/plugin/airline-themes.vim

:set laststatus=2
let g:airline_powerline_fonts = 1
let g:airline_theme='dark'

" let g:airline"extensions"tabline"enabled = 1
" let g:airline"extensions"tagbar"enabled = 1
" let g:airline"extensions"syntastic"enabled =1
" let g:airline"extensions"synstastic"enabled =1

" => Backups ausschalten
set nobackup
" => Zeile und Spalte anzeigen
set ruler
" => nicht im Kompatiblitätsmdus arbeiten, d.h. Vim-spezifische Erweiterungen nutzen
set nocompatible
" => ~/.exrc nicht benutzen
set noexrc
" => nicht piepsen, wenn man an Textbegrenzungen anstößt o.ä.
set noerrorbells
" => den aktuellen Mode anzeigen
set showmode
" => lange Zeilen nicht umbrechen
set nowrap
" => Zeilennummern anzeigen
set nu

if you are using terminal:

  • terminal: lxterm

actual behavior

vim-ariline without colors

expected behavior

vim with colors

@chrisbra
Copy link
Member

What terminal? What is your $TERM variable? What is the output of :set term? t_Co? termguicolors?

@chrisbra
Copy link
Member

have you tried a different terminal? Doest it work with the gui version?

@TheRojam
Copy link
Author

TheRojam commented Nov 29, 2016 via email

@chrisbra
Copy link
Member

chrisbra commented Nov 29, 2016 via email

@chrisbra
Copy link
Member

chrisbra commented Dec 6, 2016

I think this is a terminal problem rather then an airline problem. Closing.

@chrisbra chrisbra closed this as completed Dec 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants