Last active
May 5, 2016 15:22
-
-
Save Swarchal/7b99e19a5aa9ebbdc4db to your computer and use it in GitHub Desktop.
.vimrc
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
set shiftwidth=4 | |
set autoindent | |
set smarttab | |
set smarttab | |
set shiftwidth=4 | |
set softtabstop=4 | |
set cindent | |
set background=dark | |
set colorcolumn=80 | |
imap <C-Return> <CR><CR><C-o>k<Tab> | |
set virtualedit=onemore | |
set number | |
set numberwidth=3 | |
set t_Co=256 | |
let base16colorspace=256 | |
colorscheme base16-solarized | |
filetype plugin on | |
let g:pydiction_location='/usr/share/vim/vim74/pydiction/complete-dict' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment