Skip to content

Instantly share code, notes, and snippets.

@cristianpb
cristianpb / .block
Last active September 12, 2018 20:10
license: gpl-3.0
height: 800
scrolling: yes
border: no
@cristianpb
cristianpb / communications.geojson
Last active April 27, 2017 07:27
Communications
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cristianpb
cristianpb / .vimrc
Last active April 21, 2017 20:54
vim_plugins
"" Vundle
set nocompatible " be iMproved, required
filetype off " required
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'airblade/vim-gitgutter'