Skip to content

Instantly share code, notes, and snippets.

@s-c-p
Created October 9, 2017 14:21
Show Gist options
  • Save s-c-p/8e2a5d3e5c51fe0041a014f48fcc394c to your computer and use it in GitHub Desktop.
Save s-c-p/8e2a5d3e5c51fe0041a014f48fcc394c to your computer and use it in GitHub Desktop.
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