Skip to content

Instantly share code, notes, and snippets.

@ggl
Last active July 17, 2020 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ggl/2fc62291553f3c494d4a30cf04118177 to your computer and use it in GitHub Desktop.
Save ggl/2fc62291553f3c494d4a30cf04118177 to your computer and use it in GitHub Desktop.
set nocompatible
set backspace=2
set autoindent noexpandtab softtabstop=-1 tabstop=4 shiftwidth=4
set ruler
syntax on
colorscheme torte
set nocompatible
set backspace=2
set autoindent noexpandtab softtabstop=-1 tabstop=4 shiftwidth=4
set ruler
execute pathogen#infect()
" load lightline and set it to hide the mode
let g:lightline = { 'colorscheme': 'wombat' }
set noshowmode
colorscheme monokai-tasty
" map crtl-l to clear search highlighting
nnoremap <C-L> :nohlsearch<CR><C-L>
" disable stupid sqlcomplete
let g:omni_sql_no_default_maps = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment