diff options
| author | jdhao <jdhao@hotmail.com> | 2019-11-29 00:41:39 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2019-11-29 00:41:39 +0800 |
| commit | b9119d2212a74123b9ef991bc088fc34edfc9412 (patch) | |
| tree | 809c20a2529ce7315356557ee51096781f911b53 /plugins.vim | |
| parent | a300fa04986b629ae94832ed02078b102601924f (diff) | |
Replace nerdcommenter with commentary
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 17 |
1 files changed, 1 insertions, 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 |
