diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-08-06 15:41:46 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-08-08 11:34:28 +0200 |
| commit | 6b02d58dd814540a1bef1fa58b2a1a02936e6717 (patch) | |
| tree | 1ba1b7be049e5d1e98708719ee866201b1aedffb /.pluggins.vim | |
| parent | 0b92f0fe457fb541642192a02c117474e9771578 (diff) | |
| parent | 9976cc7a232927cc4ad7c83e546fbe53820bf859 (diff) | |
| download | dotfiles-6b02d58dd814540a1bef1fa58b2a1a02936e6717.tar.gz dotfiles-6b02d58dd814540a1bef1fa58b2a1a02936e6717.tar.bz2 dotfiles-6b02d58dd814540a1bef1fa58b2a1a02936e6717.zip | |
Merge branch 'master' into carbon
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index db233cf..78de3f7 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -9,14 +9,16 @@ call plug#begin() 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 'tikhomirov/vim-glsl' " glsl highlight - Plug 'cespare/vim-toml' " toml highlight + Plug 'iamcco/markdown-preview.vim' " markdown preview in browser + + " syntax highlight for languages that aren't supported by default + Plug 'tikhomirov/vim-glsl' " glsl + Plug 'cespare/vim-toml' " toml + Plug 'ziglang/zig.vim' " zig " s19 at home Plug 'HappyTramp/vim-42header' " 42 header - Plug 'HappyTramp/vim-htheader' " my header - " themes " Plug 'joshdick/onedark.vim' " onedark " Plug 'dracula/vim', {'as': 'vim'} " dracula @@ -25,4 +27,7 @@ call plug#begin() " 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 'tacahiroy/ctrlp-funky' " extension to search function call plug#end() |
