Added simple C++ compiler for Windows information
This commit is contained in:
parent
9b256d9368
commit
1fd677a920
|
@ -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.
|
* 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
|
### 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`
|
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)
|
See `telescope-fzf-native` documentation for [more details](https://github.com/nvim-telescope/telescope-fzf-native.nvim#installation)
|
||||||
|
|
Loading…
Reference in New Issue