From c366b8f4f2e40696aa2e0ffac908c96eea461657 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Fri, 17 Nov 2023 11:49:43 +0200 Subject: [PATCH] Update vim/xdebug.md --- vim/xdebug.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/vim/xdebug.md b/vim/xdebug.md index ddb9086..c6425f0 100644 --- a/vim/xdebug.md +++ b/vim/xdebug.md @@ -2,8 +2,6 @@ - XDebug uses the DBGP protocol -## Install - ```sh dnf install php82-php-pecl-xdebug3 ```