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

https://github.com/toshikinakamura0412/nvim

My Neovim settings & installer
https://github.com/toshikinakamura0412/nvim

alpine archlinux arm64 debian fedora macos mit-license neovim neovim-config opensuse-leap ubuntu x86-64

Last synced: 2 months ago
JSON representation

My Neovim settings & installer

Awesome Lists containing this project

README

          

# nvim

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Environment
### OS
- Linux
- alpine
- arch
- debian
- fedora
- opensuse (leap)
- ubuntu
- macOS (Prerequisites: pip3)

### Architecture
- x86_64
- arm64

## Installation
```bash
git clone --recursive https://github.com/ToshikiNakamura0412/nvim.git
./nvim/install.sh
```
### Options
- `--with-copilot` : Enable GitHub Copilot plugin in Neovim.
- `--setup-only` : If you want to run only the setup script without installing the prerequisites, use this option.
- Prerequisites: curl
- `--app-only` : If you want to install the nvim app only, use this option.
- Prerequisites: wget
- `--no-fuse-nvim-app` : If your environment does not have `FUSE`, execute additional installation with this option.

## Setup
### plugin
- If you want to enable Github Copilot, please execute the following in Neovim:
```
:Copilot setup
```