vault backup: 2023-08-01 22:29:42

This commit is contained in:
dashi_main
2023-08-01 22:29:42 -07:00
parent 58546b57aa
commit b26ca2b714
4 changed files with 102 additions and 7 deletions

21
Tenmado/Linux - Neovim.md Normal file
View 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
```