From 30a292cea73b500436a729f49e88f7a43b8eaea8 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 12 Nov 2020 13:52:14 +0100 Subject: Added valgrind alias, rfc-syntax vim, norm in vim --- .pluggins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pluggins.vim') 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 -- cgit