Last active
April 30, 2017 17:29
-
-
Save Alek-S/8dabc934f2c8376f019b6ce519fae90b to your computer and use it in GitHub Desktop.
.vimrc Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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