Created
June 29, 2020 20:55
-
-
Save rosswf/446051845410ff652e0dd21e33c043bc 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
syntax enable | |
set number | |
set ts=4 | |
set softtabstop=4 | |
set colorcolumn=80 | |
set autoindent | |
set expandtab | |
set shiftwidth=4 | |
set showmatch | |
let python_highlight_all = 1 | |
highlight colorcolumn ctermbg=4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment