From 961e45c1f55320048f0bcf01a40bca3cf7f87bf9 Mon Sep 17 00:00:00 2001 From: mgua Date: Sat, 29 Apr 2023 19:04:50 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df98f8e2..57ad644f 100644 --- a/README.md +++ b/README.md @@ -122,13 +122,13 @@ Actions to be executed from administrator user: ``` - A local node installation may be needed, for some language servers to be run. this requires the following: ``` - winget install OpenJS.NodeJS.LTS (or choco install nodejs) + winget install OpenJS.NodeJS.LTS (or choco install nodejs-lts nodejs.commandline) npm install -g neovim (after closing and reopening admin window) npm install -g tree-sitter-cli (this is needed to execute the :TSInstallFromGrammar command within neovim) ``` - And finally the neovim installation: ``` - winget install neovim + winget install neovim (or choco install neovim) ``` @@ -144,6 +144,8 @@ Installing Microsoft Windows Terminal (wt.exe) was a bit tricky: 3. Now the tool should be available. You can invoke it with wt.exe For the other tools proceed using the same procedures listed for Windows 10/11 +On Windows server 2022 I could not install a functional version of nodejs on windows 2022 thru choco, npm version is probably too old and neovim install fails + ### Neovim Kickstart Configuration for Windows (in non privileged user context)