Skip to content

Commit

Permalink
added mustache file
Browse files Browse the repository at this point in the history
  • Loading branch information
Proful committed Aug 17, 2011
1 parent 2f5da7c commit 89e815b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vimrc
Expand Up @@ -26,14 +26,17 @@ set mousehide " hide mouse when typing
set backup
set backupdir=~/.backup
set history=200
set gfn=Monaco:h18 " Monaco usage is not good it will only work on mac
map Y y$ " yank from cursor to end of line
imap jj <Esc> " map jj to escape
map <C-tab> gt " control tab for switching tab
map <C-S-tab> gT
map tt :NERDTreeToggle<cr>
map ff :NERDTreeFind<cr>
nmap <Space> <C-w><C-w> " switching between windows..
colorscheme molokai
" set guioptions-=m " remove menubar
set guioptions-=T " remove toolbar
set guioptions-=r " remove right-hand scrollbar
set guioptions-=L " remove left-hand scrollbar
au TabEnter :NERDTreeFind<cr> " find nerdtree folder for the current file
4 changes: 3 additions & 1 deletion config.json
Expand Up @@ -9,6 +9,8 @@
{"git":"git://github.com/tpope/vim-vividchalk.git"},
{"git":"git://github.com/tomasr/molokai.git"},
{"git":"git://github.com/godlygeek/tabular.git"},
{"git":"git://github.com/juvenn/mustache.vim.git"}
{"git":"git://github.com/juvenn/mustache.vim.git"},
{"git":"git://github.com/digitaltoad/vim-jade.git"},
{"git":"git://github.com/nono/vim-handlebars.git"}
]
}

0 comments on commit 89e815b

Please sign in to comment.