Skip to content

Commit

Permalink
tcomment_vim replace nerdcommenter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ichi1234567 committed Jul 9, 2014
1 parent 757773e commit a1df73d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bundles.vim
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Bundle 'kana/vim-textobj-user'
Bundle 'ingydotnet/yaml-vim'
" syntax plugin
" commenting
Bundle 'scrooloose/nerdcommenter'
Bundle 'tomtom/tcomment_vim'
" automatic closing of quotes, parenthesis, brackets, etc.
Bundle 'Raimondi/delimitMate'
" syntax checking on save
Expand Down
12 changes: 3 additions & 9 deletions plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ nmap <C-P> :NERDTreeTabsToggle<CR>
" ,p to show current file in the tree
nmap <leader>p :NERDTreeFind<CR>
" nerdcommenter
" tcomment_vim
" ,/ to invert comment on the current line/selection
nmap <leader>/ :call NERDComment(0, "invert")<cr>
vmap <leader>/ :call NERDComment(0, "invert")<cr>
nmap <leader>/ gcc
vmap <leader>/ gcc

"""""""""""""""""""""""""""""
Expand Down Expand Up @@ -121,12 +121,6 @@ let g:Powerline_symbols='fancy'
"pangloss/vim-javascript
let javascript_enable_domhtmlcss = 1

"""""""""""""""""""""""""""""
" nerdcommenter
" ,/ to invert comment on the current line/selection
nmap <leader>/ :call NERDComment(0, "toggle")<cr>
vmap <leader>/ :call NERDComment(0, "toggle")<cr>
"""""""""""""""""""""""""""""
" delimitMate
let g:delimitMate_expand_space = 1 " Turns on/off the expansion of <Space>
Expand Down

0 comments on commit a1df73d

Please sign in to comment.