Skip to content

Instantly share code, notes, and snippets.

@jendas1
Created June 29, 2018 08:24
Show Gist options
  • Save jendas1/4542a4155187cef4891900000d8814e6 to your computer and use it in GitHub Desktop.
Save jendas1/4542a4155187cef4891900000d8814e6 to your computer and use it in GitHub Desktop.
vimrc
filetype indent on
set clipboard^=unnamed,unnamedplus "clipboard
set shiftwidth=4
set tabstop=4
set relativenumber
set ruler
set ignorecase
set smartcase
" reuse buffers of files which are already open, useful for quickfix
set switchbuf=useopen
" insert only one space after punctuation when joining lines with J
set nojoinspaces
colo delek "colorscheme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment