Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaoyaoio/nvim
https://github.com/yaoyaoio/nvim
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaoyaoio/nvim
- Owner: yaoyaoio
- Created: 2023-02-22T15:43:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T14:56:22.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T17:12:27.997Z (2 months ago)
- Language: Lua
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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)