diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-01-07 21:10:43 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-01-07 21:10:43 +0100 |
| commit | 3ce48c4323f38d3b61a08e7e2add5543adabe5d7 (patch) | |
| tree | 5957d5d5ba9c0668da586de6818e7217d76e329a /.pluggins.vim | |
| parent | fe6427c21f74b2dab0a5c73dc1ac029d80f4cdff (diff) | |
| download | dotfiles-3ce48c4323f38d3b61a08e7e2add5543adabe5d7.tar.gz dotfiles-3ce48c4323f38d3b61a08e7e2add5543adabe5d7.tar.bz2 dotfiles-3ce48c4323f38d3b61a08e7e2add5543adabe5d7.zip | |
Added vim Goyo plugin, changed default browser to qutebrowser, Added keybinding to go to next/prev element of command completion in qutebrowser
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index 6a58b7e..49c501d 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -3,16 +3,19 @@ """""""""""""""" call plug#begin() - Plug 'ctrlpvim/ctrlp.vim' " Ctrl-P similar to vsc - Plug 'tpope/vim-eunuch' " basic unix command in vim - Plug 'tomtom/tcomment_vim' " mininal commenter - Plug 'itchyny/lightline.vim' " minimal status bar - Plug 'HappyTramp/vim-syntax-extra' " syntax highlight of C operators - Plug 'romainl/vim-cool' " disable highlight after search - Plug 'tpope/vim-fugitive' " git wrapper - Plug 'junegunn/vim-easy-align' " align + Plug 'ctrlpvim/ctrlp.vim' " Ctrl-P similar to vsc + Plug 'tpope/vim-eunuch' " basic unix command in vim + Plug 'tomtom/tcomment_vim' " mininal commenter + Plug 'itchyny/lightline.vim' " minimal status bar + Plug 'HappyTramp/vim-syntax-extra' " syntax highlight of C operators + Plug 'romainl/vim-cool' " disable highlight after search + Plug 'tpope/vim-fugitive' " git wrapper + Plug 'junegunn/vim-easy-align' " align + Plug 'ludovicchabant/vim-gutentags' " generate tags in project root + Plug 'junegunn/goyo.vim' " generate tags in project root + " " Plug 'easymotion/vim-easymotion' " TODO very intresting - Plug 'ludovicchabant/vim-gutentags' " generate tags in project root + " markdown preview in browser " Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']} |
