Skip to content

Instantly share code, notes, and snippets.

@andreshincapier
Created December 7, 2021 16:56
Show Gist options
  • Save andreshincapier/08c1b769ecc9afb497fa1abfb985cf3e to your computer and use it in GitHub Desktop.
Save andreshincapier/08c1b769ecc9afb497fa1abfb985cf3e to your computer and use it in GitHub Desktop.
colorscheme molokai
set t_Co=256
set background=dark
set number
syntax on
if has("autocmd")
au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment