add plugin comments
This commit is contained in:
parent
54b0f0d4ee
commit
8d2ca59a11
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue