Skip to content

Instantly share code, notes, and snippets.

@Alek-S
Last active April 30, 2017 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alek-S/8dabc934f2c8376f019b6ce519fae90b to your computer and use it in GitHub Desktop.
Save Alek-S/8dabc934f2c8376f019b6ce519fae90b to your computer and use it in GitHub Desktop.
.vimrc Config
syntax on
colorscheme monokai
set number
set incsearch
set hlsearch
python from powerline.vim import setup as powerline_setup
python powerline_setup()
python del powerline_setup
set laststatus=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment