Update README.md

This commit is contained in:
mgua 2023-04-26 11:45:16 +02:00 committed by GitHub
parent 9f03b16277
commit 6453910215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -102,6 +102,15 @@ Actions to be executed from administrator user:
winget install StrawberryPerl.StrawberryPerl (for perl development) winget install StrawberryPerl.StrawberryPerl (for perl development)
cpanm -n Neovim::Ext (or cpan install Neovim::Ext) (for perl development) cpanm -n Neovim::Ext (or cpan install Neovim::Ext) (for perl development)
``` ```
- A local node installation may be needed, for some language servers to be run. this requires the following:
```
winget install OpenJS.NodeJS.LTS
npm install -g neovim (after closing and reopening admin window)
```
- And finally the neovim installation:
```
winget install neovim
```
### Neovim Kickstart Configuration for Windows (in non privileged user context) ### Neovim Kickstart Configuration for Windows (in non privileged user context)