Skip to content

Instantly share code, notes, and snippets.

@pepi55
pepi55 / simple.vimrc
Last active December 24, 2020 12:42
Simple vimrc
call plug#begin() "'~/.vim/bundle/'
" Plugins
Plug 'tpope/vim-surround'
" Themes
Plug 'sjl/badwolf'
Plug 'tomasr/molokai'
Plug 'chriskempson/vim-tomorrow-theme'
@pepi55
pepi55 / LICENSE.txt
Created October 18, 2016 19:59 — forked from michaelbartnett/LICENSE.txt
Tuple implementation for use with Unity3d
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit