Created
October 9, 2017 14:21
-
-
Save s-c-p/8e2a5d3e5c51fe0041a014f48fcc394c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
call plug#begin('~/.vim/plugged') | |
Plug 'vim-airline/vim-airline' | |
Plug 'https://github.com/vim-python/python-syntax.git' | |
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } | |
" https://github.com/terryma/vim-multiple-cursors.git | |
call plug#end() | |
let g:python_highlight_all=1 | |
colorscheme brog | |
set number | |
set nowrap | |
set hlsearch | |
set incsearch | |
set tabstop=4 | |
set autoindent | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment