From cbcc841ba886400fbe6b8f4473cf1243906b79e4 Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 1 Oct 2021 10:38:35 +0200 Subject: [PATCH] vim: add pytest plugin --- vim/plugs.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/plugs.vim b/vim/plugs.vim index f0bf00c..8a17091 100644 --- a/vim/plugs.vim +++ b/vim/plugs.vim @@ -68,6 +68,8 @@ Plug 'https://github.com/fatih/vim-go' Plug 'epheien/termdbg' +Plug 'https://github.com/alfredodeza/pytest.vim' + " No RGB, no party let vim_razer = expand('~/projects_razer/vim-razer') if isdirectory(vim_razer)