From 1fd677a9201a069a4273973061e96882c564484b Mon Sep 17 00:00:00 2001 From: Jens Deprez Date: Fri, 20 Oct 2023 20:56:11 +0200 Subject: [PATCH] Added simple C++ compiler for Windows information --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 433a51de..c1b6e7cf 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,13 @@ Each PR, especially those which increase the line count, should have a descripti * Here is one about the previous iteration of kickstart: [video introduction to Kickstart.nvim](https://youtu.be/stqUbv-5u2s). Note the install via init.lua no longer works as specified. Please follow the install instructions in this file instead as they're up to date. ### Windows Installation +The easiest way to install a C++ compiler is through the following commands: +`Install chocolatey: Run choco install mingw in admin powershell.` +`Refresh the env: refreshenv` +Run refreshenv to refresh to envoriment. + +Start Neovim. Installation may require installing build tools, and updating the run command for `telescope-fzf-native` See `telescope-fzf-native` documentation for [more details](https://github.com/nvim-telescope/telescope-fzf-native.nvim#installation)