|
@@ -28,10 +28,16 @@ You can find all the documentation for LunarVim at [lunarvim.org](https://www.lu
|
|
|
|
|
|
Make sure you have the release version of Neovim (0.6.1+).
|
|
Make sure you have the release version of Neovim (0.6.1+).
|
|
|
|
|
|
|
|
+Linux:
|
|
```bash
|
|
```bash
|
|
bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh)
|
|
bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh)
|
|
```
|
|
```
|
|
|
|
|
|
|
|
+Windows (Powershell):
|
|
|
|
+```powershell
|
|
|
|
+Invoke-WebRequest https://raw.githubusercontent.com/LunarVim/LunarVim/master/utils/installer/install.ps1 -UseBasicParsing | Invoke-Expression
|
|
|
|
+```
|
|
|
|
+
|
|
## Install Language support
|
|
## Install Language support
|
|
|
|
|
|
- Enter `:LspInstall` followed by `<TAB>` to see your options for LSP
|
|
- Enter `:LspInstall` followed by `<TAB>` to see your options for LSP
|