Skip to content

Instantly share code, notes, and snippets.

View jskopek's full-sized avatar
🇨🇦
Canadian

Jean-Marc Skopek jskopek

🇨🇦
Canadian
View GitHub Profile
@jskopek
jskopek / .vimrc
Last active October 11, 2018 20:31
Vim config
syntax on
filetype plugin indent on
" Set a backup directory
" silent !mkdir ~/.vim/tmp > /dev/null 2>&1 set backupdir=~/.vim/tmp
set noswapfile
" Source the vimrc file after saving it
" via: http://vimcasts.org/episodes/updating-your-vimrc-file-on-the-fly/
if has("autocmd")