Skip to content

Instantly share code, notes, and snippets.

@nij4t
Created May 4, 2019 19:01
Show Gist options
  • Save nij4t/3815228371ea3174d3b369faf098cb6a to your computer and use it in GitHub Desktop.
Save nij4t/3815228371ea3174d3b369faf098cb6a to your computer and use it in GitHub Desktop.
vim with powerline
set rtp+=$HOME/.local/lib/python2.7/site-packages/powerline/bindings/vim/
" Always show statusline
set laststatus=2
" Use 256 colours (Use this setting only if your terminal supports 256 colours)
set t_Co=256
set number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment