From f77acb5f33177941cefa07575ef237be273a16f2 Mon Sep 17 00:00:00 2001 From: inorishio Date: Mon, 9 Feb 2026 16:10:12 +0100 Subject: [PATCH] Powershell script --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 3994125..5688ba6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,21 @@ +### The infamous windows/linux Neovim config + +## windows + +# Powershell + +Make use of the powershell script to solve a bunch of issues beforehand. + +```pwsh +.\scripts\windows_dependencies.ps1 +``` + +To Do powershell script: + +- [] Add binaries to PATH + ## Remove lines containing regex + ``` :%g/{regex}/d ```