From b9119d2212a74123b9ef991bc088fc34edfc9412 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 29 Nov 2019 00:41:39 +0800 Subject: [PATCH] Replace nerdcommenter with commentary --- plugins.vim | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/plugins.vim b/plugins.vim index 2c1befa..56915b4 100644 --- a/plugins.vim +++ b/plugins.vim @@ -144,7 +144,7 @@ Plug 'honza/vim-snippets' Plug 'jiangmiao/auto-pairs' " Comment plugin -Plug 'scrooloose/nerdcommenter' +Plug 'tpope/vim-commentary' " Multiple cursor plugin like Sublime Text? " Plug 'mg979/vim-visual-multi' @@ -522,21 +522,6 @@ let g:tagbar_type_markdown = { "}} "{{ File editting -""""""""""""""""""""""""""""nerdcommenter settings""""""""""""""""""" -" Add spaces after comment delimiters by default -let g:NERDSpaceDelims = 1 - -" Use one space after # comment character in python, -" see http://tinyurl.com/y4hm29o3 -let g:NERDAltDelims_python = 1 - -" Align line-wise comment delimiters flush left instead -" of following code indentation -let g:NERDDefaultAlign = 'left' - -" Enable NERDCommenterToggle to check all selected lines is commented or not -let g:NERDToggleCheckAllLines = 1 - """"""""""""""""""""""""""""vim-titlecase settings""""""""""""""""""""""" " Do not use the default mapping provided let g:titlecase_map_keys = 0