This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function (Handlebars, depth0, helpers, partials, data) { | |
helpers = helpers || Handlebars.helpers; | |
var buffer = "", | |
stack1, stack2, foundHelper, tmp1, self = this, | |
functionType = "function", | |
helperMissing = helpers.helperMissing, | |
undef = void 0, | |
escapeExpression = this.escapeExpression, | |
blockHelperMissing = helpers.blockHelperMissing; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if has("gui_macvim") | |
" Fullscreen takes up entire screen | |
set fuoptions=maxhorz,maxvert | |
" Command-/ to toggle comments | |
map <D-/> <plug>NERDCommenterToggle<CR> | |
map <F7> <plug>NERDCommenterToggle<CR> | |
imap <D-/> <Esc><plug>NERDCommenterToggle<CR>i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:let loaded_netrw = 1 | |
:let loaded_netrwPlugin = 1 | |
let mapleader = "," | |
"set transparency=0 | |
"fix regex | |
nnoremap / /\v | |
vnoremap / /\v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible | |
set number | |
set ruler | |
syntax on | |
" Set encoding | |
set encoding=utf-8 | |
" Whitespace stuff |