Skip to content

Instantly share code, notes, and snippets.

@joshuamorony
Created August 31, 2022 23:50
Show Gist options
  • Save joshuamorony/e1977b81792e543941f66e7ec34e45d6 to your computer and use it in GitHub Desktop.
Save joshuamorony/e1977b81792e543941f66e7ec34e45d6 to your computer and use it in GitHub Desktop.
colorscheme molokai
let g:molokai_original = 1
syntax on
set number
set wrap
set textwidth=79
set formatoptions=tcqrn1
set tabstop=2
set shiftwidth=2
set softtabstop=2
set noshiftround
set autoindent
set scrolloff=3
set hlsearch
set backspace=indent,eol,start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment