From 645391021529a80b372453a2935bc564a3ae6e15 Mon Sep 17 00:00:00 2001 From: mgua Date: Wed, 26 Apr 2023 11:45:16 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0e9abd83..f65a8cab 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,15 @@ Actions to be executed from administrator user: winget install StrawberryPerl.StrawberryPerl (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)