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 ```