Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yaoyaoio/nvim


https://github.com/yaoyaoio/nvim

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

## 安装 Nvim

### Mac

```bash
brew install nvim
```

### Ubuntu

```bash
add-apt-repository ppa:neovim-ppa/unstable
sudo apt-get update
sudo apt-get install neovim
```

## 安装 Packer 插件

Mac、Ubuntu 均可按照此方法安装

```bash
git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
```

```bash
cd .config
git clone https://github.com/yaoyaoio/nvim
```

[Github Copilot in Neovim](https://docs.github.com/en/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim)