diff --git a/.vimrc b/.vimrc index ea3b687..0ef26fc 100644 --- a/.vimrc +++ b/.vimrc @@ -25,6 +25,7 @@ " M-up/down vertical size " Use snippets with tab e.g : for (see .vim/snippets for available " snippets) +" gc to comment out """"""""""" " GENERAL " @@ -435,9 +436,21 @@ Plugin 'gmarik/vundle' " plugin from github Plugin 'airblade/vim-gitgutter' Plugin 'tpope/vim-fugitive' +Plugin 'tpope/vim-commentary' +" language pack +Plugin 'sheerun/vim-polyglot' +" color even for terminal without gui... +" Plugin 'vim-scripts/CSApprox' " Same as gitgutter but for other cvs "Plugin mhinz/vim-signify +Plugin 'garbas/vim-snipmate' + +" More Snippets : +"Plugin 'tomtom/tlib_vim' +"Plugin 'MarcWeber/vim-addon-mw-utils' +"Plugin 'honza/vim-snippets' + " Python completion Plugin 'klen/python-mode'