Skip to content

Commit

Permalink
[nvim] Use new built-in commenting feature in nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed May 16, 2024
1 parent b6c941a commit d7f2554
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .config/nvim.symlink/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ nmap <LocalLeader>s :set scrollbind<cr>
" Change-inside-surroundings.vim
nmap <leader>cis :ChangeInsideSurrounding<cr>
" vim-commentary
" Commenting
nmap <leader>cc gcc
xmap <leader>cc gc
Expand Down
1 change: 0 additions & 1 deletion .config/nvim.symlink/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Plug 'tpope/vim-surround'
Plug 'tpope/vim-unimpaired'
Plug 'briandoll/change-inside-surroundings.vim'
Plug 'sjl/clam.vim'
Plug 'tpope/vim-commentary'
Plug 'myusuf3/numbers.vim'
Plug 'mbbill/undotree'
Plug 'andymass/vim-matchup'
Expand Down

0 comments on commit d7f2554

Please sign in to comment.