add plugin comments

This commit is contained in:
Marty Oehme 2019-03-20 16:12:13 +01:00
parent 54b0f0d4ee
commit 8d2ca59a11

View file

@ -32,11 +32,13 @@ autocmd VimEnter *
silent! if plug#begin('~/.local/share/nvim/plugged') silent! if plug#begin('~/.local/share/nvim/plugged')
" Base " Base
" a minimal definition of variables TODO still necessary for nvim?
Plug 'tpope/vim-sensible' Plug 'tpope/vim-sensible'
Plug 'christoomey/vim-tmux-navigator' " add seamless movement between vim and tmux " add seamless movement between vim and tmux, switch windows with C-hjkl
Plug 'christoomey/vim-tmux-navigator'
" Workflow " Workflow
Plug 'tpope/vim-commentary' " easily toggle comments for lines, paragrapgs etc Plug 'tpope/vim-commentary' " easily toggle comments for lines, paragraphs etc
Plug 'jiangmiao/auto-pairs' " Auto close brackets and '' Plug 'jiangmiao/auto-pairs' " Auto close brackets and ''
" Ecosystem " Ecosystem