Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiyali/nvim
❤️ A neovim config repo.
https://github.com/hiyali/nvim
config configuration install neovim nvim script shortcut theme
Last synced: about 2 months ago
JSON representation
❤️ A neovim config repo.
- Host: GitHub
- URL: https://github.com/hiyali/nvim
- Owner: hiyali
- Created: 2017-03-30T07:07:37.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T09:10:19.000Z (almost 2 years ago)
- Last Synced: 2024-03-01T04:38:14.373Z (11 months ago)
- Topics: config, configuration, install, neovim, nvim, script, shortcut, theme
- Language: Vim Script
- Homepage:
- Size: 2.51 MB
- Stars: 34
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nvim
A neovim configuration repo with many plugins that for more easily to install and configure your neovim!## QUICK way to get it!
> For ubuntu#### 1. First of all install them
```shell
bash <(curl -s https://raw.githubusercontent.com/hiyali/nvim/master/scripts/install-in-ubuntu.sh)
```#### 2. And then install plugins!
```shell
nvim ~/.config/nvim/config/init.vimrc
:PlugInstall
```---
## Requirements
* [neovim](https://github.com/neovim/neovim/wiki/Installing-Neovim)
* [python3](https://www.python.org/)
* [nerd-fonts](https://github.com/ryanoasis/nerd-fonts#font-installation)## Install & Configure
### 1. Install - Homebrew (macOS) / Linuxbrew (Linux)
```shell
brew install neovim
pip3 install neovim
```### 2. Font
```shell
cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20for%20Powerline%20Nerd%20Font%20Complete.otf
```
And set your terminal fonts to "Droid Sans Mono for Powerline Nerd Font Complete"### 3. Configurations & Plugins
```shell
git clone https://github.com/hiyali/nvim.git ~/.config/nvim
nvim ~/.config/nvim/config/init.vimrc
:PlugInstall
```## Usage docs
[wiki](https://github.com/hiyali/nvim/wiki)## Screenshot
![nvim](https://raw.githubusercontent.com/hiyali/nvim/master/assets/images/nvim-readme.png "nvim")## Contribute
> Feel free