Files
natto/Tenmado/Linux - Neovim.md
2023-08-01 22:29:42 -07:00

451 B

Tenmado/Linux #Public/Notta

Installation

Windows

Official_Method Windows:

  • Powershell:
winget install Neovim.Neovim
  • WSL:
## 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