Created
August 31, 2022 23:50
-
-
Save joshuamorony/e1977b81792e543941f66e7ec34e45d6 to your computer and use it in GitHub Desktop.
This file contains 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
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