Files
nvimdots/README.md
T
2026-02-09 16:10:12 +01:00

22 lines
303 B
Markdown

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