diff options
| author | Ahmed Abdelhalim <[email protected]> | 2016-05-06 10:14:08 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2016-05-07 00:50:28 +0200 |
| commit | c0879718e13ef6733b2693c601fd4af738a83888 (patch) | |
| tree | efafe87e351408e289ced69f1995a9fa7531f86a /.vimrc | |
| parent | c01b3018cd6bc8c54c820e381101eabb774ec7f0 (diff) | |
CHORE: comment not commonly used plugins
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -29,13 +29,14 @@ Plugin 'maksimr/vim-jsbeautify' Plugin 'ngmy/vim-rubocop' Plugin 'elzr/vim-json' Plugin 'honza/vim-snippets' -" Plugin 'majutsushi/tagbar' +Plugin 'majutsushi/tagbar' " Plugin 'szw/vim-ctrlspace' " Plugin 'vim-ruby/vim-ruby' " Plugin 'nvie/vim-flake8' Plugin 'junegunn/limelight.vim' -Plugin 'junegunn/goyo.vim' +" Plugin 'junegunn/goyo.vim' Plugin 'mustache/vim-mustache-handlebars' +" Plugin 'diepm/vim-rest-console' call vundle#end() syntax on @@ -182,7 +183,7 @@ let coffee_run_vert = 1 " open run in vertical buffer " nmap <silent> <leader>cw :CoffeeWatch<cr> " nmap <silent> <leader>cc :CoffeeCompile<cr> " nmap <silent> <leader>cl :CoffeeLint<cr> -nnoremap <silent> <leader>mw :CoffeeWatch<cr> +" nnoremap <silent> <leader>mw :CoffeeWatch<cr> "NerdTree" "========= @@ -246,8 +247,8 @@ nmap <leader>f :Limelight!!<cr> "Goyo" "========= -nmap <leader>g :Goyo<cr> +" nmap <leader>g :Goyo<cr> "Tagbar "======= -" nmap <leader>t :TagbarToggle<CR> +nmap <F8> :TagbarToggle<CR> |
