Last active
February 21, 2019 13:56
-
-
Save kykosic/d1b83d32521563a4ced4cf2fc0850b8f to your computer and use it in GitHub Desktop.
my 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 term=xterm-256color | |
syntax enable | |
set number | |
set ts=4 | |
set softtabstop=4 | |
set expandtab | |
let python_highlight_all = 1 | |
set noundofile | |
set autoindent | |
set colorcolumn=80 | |
set noerrorbells | |
set ruler | |
set clipboard=unnamed | |
set backspace=indent,eol,start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment