vim - powerline status-line on ubuntu server 14.04 (no gui) -


first of all, possible powerline looking on image below in non-gui ubuntu installation?

http://i.stack.imgur.com/jmohr.png

so far i've installed using vundle, removed in favor of pip installation, shown below, cannot proper symbols show, ugly place holder blocks:

enter image description here

per official installation instruction downloaded , installed patched fonts in ~/.fonts, after trying "fontconfig" unsuccessfully. refreshed font cache system, , restarted vim, stayed same. changes made on .vimrc were...

> set t_co=256 > rtp+=/usr/local/lib/python2.7/dist-packages/powerline/bindings/vim/  > laststatus=2 

the instructions followed: askubuntu-powerline , powerline-docs

ubuntu server 14.04

vim - 7.4.52

xterm = 256 color

thanks!

yes is! need way use patched font in console. there 1 patched terminal font, terminus, couldn't work.

i discovered fbterm, terminal emulator framebuffer allows customize font , size, add background image.

set fbterm , add user video group:

sudo apt-get install fbterm sudo usermod -a -g video $user 

in ~/.fbtermrc file change font-name favorite font. (use fc-list command names)

font-names=sourcecode pro powerline font-size=18 

launch fbterm

fbterm 

to full color support set term variable fbterm before launching vim/tmux

term=fbterm tmux -2u 

if symbols don't line perfectly, experiment different fonts , sizes.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -