Skip to content

Instantly share code, notes, and snippets.

@rosswf
Created June 29, 2020 20:55
Show Gist options
  • Save rosswf/446051845410ff652e0dd21e33c043bc to your computer and use it in GitHub Desktop.
Save rosswf/446051845410ff652e0dd21e33c043bc to your computer and use it in GitHub Desktop.
.vimrc
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