Skip to content

Commit

Permalink
Add couple of useful Vim plugins
Browse files Browse the repository at this point in the history
Part of #6.
  • Loading branch information
bobwhitelock committed Aug 10, 2020
1 parent cdbc321 commit 51db38a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ Plug 'tpope/vim-abolish'
" up.
nmap crC crc
" Continuously updating session files (record with `Obsess`; stop recording
" with `Obsess!`)
Plug 'tpope/vim-obsession'

" Show git changes in gutter.
Plug 'airblade/vim-gitgutter'

Expand Down Expand Up @@ -274,6 +278,8 @@ Plug 'junegunn/vim-peekaboo' " Popup window showing all registers whenever attem
Plug 'ap/vim-css-color' " Highlight background of CSS colors.
Plug 'pbrisbin/vim-mkdir' " Automatically create parent directories on write when don't exist already.
Plug 'unblevable/quick-scope' " Highlight useful chars to jump to for `f`/`F`/`t`/`T`.
" Handle opening GitHub links (like those passed to `Plug`) with `gx`.
Plug 'gabebw/vim-github-link-opener', {'branch': 'main'}

" Indentation lines (Note: can seriously affect performance for files with
" long lines, see https://github.com/Yggdroot/indentLine/issues/48)
Expand Down

0 comments on commit 51db38a

Please sign in to comment.