diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-11-12 13:52:14 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-11-12 13:52:14 +0100 |
| commit | 30a292cea73b500436a729f49e88f7a43b8eaea8 (patch) | |
| tree | 84c9aec70cc415cdc4c2aa43d191cca83acf6e4d /.pluggins.vim | |
| parent | 7999193a52252bf35954ed623f14b22f943804f9 (diff) | |
| download | dotfiles-s19.tar.gz dotfiles-s19.tar.bz2 dotfiles-s19.zip | |
Added valgrind alias, rfc-syntax vim, norm in vims19
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index 883e54d..2c1e561 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -20,6 +20,7 @@ call plug#begin() Plug 'cespare/vim-toml' " toml Plug 'ziglang/zig.vim' " zig Plug 'vim-scripts/applescript.vim' " applescript + Plug 'vim-scripts/rfc-syntax' " rfc " s19 at home Plug 'cacharle/vim-42header' " 42 header @@ -33,7 +34,6 @@ call plug#begin() " 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 " Plug 'easymotion/vim-easymotion' " TODO very intresting |
