vault backup: 2023-08-01 22:29:42
This commit is contained in:
21
Tenmado/Linux - Neovim.md
Normal file
21
Tenmado/Linux - Neovim.md
Normal file
@@ -0,0 +1,21 @@
|
||||
[[Tenmado/Linux|Linux]]
|
||||
#Public/Notta
|
||||
## Installation
|
||||
### Windows
|
||||
[Official_Method](https://github.com/neovim/neovim/wiki/Installing-Neovim)
|
||||
Windows:
|
||||
- Powershell:
|
||||
```powershell
|
||||
winget install Neovim.Neovim
|
||||
```
|
||||
|
||||
- WSL:
|
||||
```bash
|
||||
## Brew needs to be installed first > https://brew.sh
|
||||
## or just run the following one liner
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
|
||||
## then
|
||||
brew install neovim
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user