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