Skip to content

Instantly share code, notes, and snippets.

@spacelatte
Created May 7, 2019 12:45
Show Gist options
  • Save spacelatte/0f1c07272001bf3561c83851d731e3b1 to your computer and use it in GitHub Desktop.
Save spacelatte/0f1c07272001bf3561c83851d731e3b1 to your computer and use it in GitHub Desktop.
"darkblue
"desert
"evening
"murphy
"slate
"torte
colorscheme slate
set ai
set autoindent
set autoread
set background=dark
set backspace=indent,eol,start
set cindent
set encoding=utf8
set errorbells
set hid
set hidden
set hls is
set hlsearch
set ic
set ignorecase
set incsearch
set lazyredraw
set linebreak
set mouse=a
set nobackup
set nocompatible
set nocp
set nostartofline
set noswapfile
set nowb
set number
set ruler
set shiftwidth=4
set showbreak=++++
set showcmd
set showmatch
set showtabline=2
set si
set smartcase
set smartindent
set smarttab
set softtabstop=4
set tabstop=4
set textwidth=100
set undolevels=9999
set virtualedit=onemore
set visualbell
set wildmenu
set wildmode=longest,list,full
set wrap
syntax enable
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment