Skip to content

Instantly share code, notes, and snippets.

@itzderr
Last active May 2, 2018 08:12
Show Gist options
  • Save itzderr/a49633ca9a4bb44f122fc4c63644d8ad to your computer and use it in GitHub Desktop.
Save itzderr/a49633ca9a4bb44f122fc4c63644d8ad to your computer and use it in GitHub Desktop.

If you want the status bar for your vim, simply add the following code to your .vimrc file.

If you don't have .vimrc file in your home directory, create one.

$ touch ~/.vimrc

Open .vimrc in your editor and paste this code.

" powerline
set rtp+=/usr/local/lib/python3.6/site-packages/powerline/bindings/vim
set laststatus=2
set t_Co=256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment