Replace nerdcommenter with vim-commentary
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -111,13 +111,13 @@ nnoremap <leader>n :call ToggleRnu()<cr>
|
||||
nnoremap <leader>ec :split $MYVIMRC<cr>
|
||||
nnoremap <leader>so :so %<cr>
|
||||
|
||||
" Plugins ______________________________
|
||||
" Plugins ______________________________
|
||||
|
||||
call plug#begin()
|
||||
|
||||
" Plugins: General
|
||||
|
||||
Plug 'preservim/nerdcommenter'
|
||||
Plug 'tpope/vim-commentary'
|
||||
Plug 'takac/vim-hardtime'
|
||||
Plug 'machakann/vim-sandwich'
|
||||
Plug 'junegunn/fzf', { 'do': './install --bin' }
|
||||
|
||||
Reference in New Issue
Block a user