Skip to content

Instantly share code, notes, and snippets.

@j19sch
j19sch / .vimrc
Created August 30, 2021 12:09
vim config file for Clojure related to (clj 2) blog post
" General
"""""""""
set nocompatible " No compatibility, better safe than sorry
set lazyredraw " redraw only when we need to
set hidden " Hide buffers when they are abandoned
set history=1000 " undo history
" disable backups and swap files (alternative: change dirs for backup, swap, undo)
@j19sch
j19sch / bumpme
Last active November 22, 2019 17:24
ConcourseCI
Fri Nov 22 17:24:01 UTC 2019