From d99915b64231149771ae3159212a91bb2cd33346 Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 9 Apr 2021 10:50:55 +0200 Subject: [PATCH] vim: add vim-vpp-modern plug --- vim/plugs.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/plugs.vim b/vim/plugs.vim index 962e3ef..da017a0 100644 --- a/vim/plugs.vim +++ b/vim/plugs.vim @@ -58,6 +58,7 @@ Plug 'https://github.com/junegunn/goyo.vim' Plug 'https://github.com/mgedmin/coverage-highlight.vim' "Languages +Plug 'https://github.com/bfrg/vim-cpp-modern' Plug 'https://github.com/rust-lang/rust.vim' Plug 'https://github.com/vim-scripts/nginx.vim' Plug 'https://github.com/plasticboy/vim-markdown'