diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-23 11:15:46 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-23 11:15:46 +0100 |
| commit | 355e2d7422f9b7cc7e9ee66d0ec2840d413158be (patch) | |
| tree | c0a74378c84b68523115c209c725818632c39dc6 /.pluggins.vim | |
| parent | 01bab2714d977e485aa1d8d1e85cb13db4546d46 (diff) | |
| parent | abe2b612c9f672039894766e72fbba356c7bcfdc (diff) | |
| download | dotfiles-355e2d7422f9b7cc7e9ee66d0ec2840d413158be.tar.gz dotfiles-355e2d7422f9b7cc7e9ee66d0ec2840d413158be.tar.bz2 dotfiles-355e2d7422f9b7cc7e9ee66d0ec2840d413158be.zip | |
Merge branch 'carbon'
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index 49c501d..c60ab84 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -13,8 +13,10 @@ call plug#begin() 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 'mhinz/vim-rfc' " RFC download/syntax/tags + Plug 'skammer/vim-css-color' " markdown preview in browser @@ -31,14 +33,14 @@ call plug#begin() " themes " Plug 'joshdick/onedark.vim' " onedark - " Plug 'dracula/vim', {'as': 'vim'} " dracula + Plug 'dracula/vim', {'as': 'vim'} " dracula Plug 'altercation/vim-colors-solarized' " solarized " intresting but not used " Plug 'sheerun/vim-polyglot' " better syntax highlight " Plug 'unblevable/quick-scope' " highlight first char to jump to word " Plug 'jez/vim-superman' " man pages in vim (too slow) - " Plug 'vim-scripts/rfc-syntax' " rfc + Plug 'vim-scripts/rfc-syntax' " rfc " Plug 'tacahiroy/ctrlp-funky' " extension to search function Plug '/home/charles/git/c_formatter_42.vim' Plug 'cacharle/doxy42.vim' |
