diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index f6d8421..2cb1cf3 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -40,7 +40,9 @@ Plug 'tpope/vim-sensible' Plug 'christoomey/vim-tmux-navigator' " Workflow -Plug 'tpope/vim-commentary' " easily toggle comments for lines, paragraphs etc +Plug 'tpope/vim-commentary' " easily toggle comments for lines, paragraphs etc with gc +Plug 'tommcdo/vim-exchange' " adds exchange operator with cx. common use: cxiw . on 2 words to switch +Plug 'tpope/vim-surround' " lets you change surrounding things with cs (or ds to del, ys to add) Plug 'jiangmiao/auto-pairs' " Auto close brackets and '' " Ecosystem