Add windows specific information

This commit is contained in:
2023-09-10 23:17:03 +02:00
parent 17c1be7341
commit 98ecc95085
2 changed files with 20 additions and 11 deletions
+16 -5
View File
@@ -1,14 +1,25 @@
# System Reqiurements
These are the requirements to make use of this neovim configuration. Currently only supports GNU/Linux.
These are the requirements to make use of this neovim configuration.
- Neovim 0.10 or later
- git
- tar
## Platform specific requirements
Windows:
- powershell
- One of the following executables needs to be available:
- 7z
- peazip
- arc
- wzszip
- rar
Linux, macOS and other BSD variants:
- curl or wget
- unzip
- gzip
- git
- tar
*Note: You may try using windows, but last time I checked there was a problem with the completion engine (nvim-cmp) that makes it impossible to traverse the drop-down list.*
## Optional