laujonat / nvim

❤️ A neovim config repo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

bash <(curl -s https://raw.githubusercontent.com/hiyali/nvim/master/scripts/install-in-ubuntu.sh)

2. And then install plugins!

nvim ~/.config/nvim/config/init.vimrc
:PlugInstall <ENTER>

Requirements

Install & Configure

1. Install - Homebrew (macOS) / Linuxbrew (Linux)

brew install neovim
pip3 install neovim

2. Font

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

git clone https://github.com/hiyali/nvim.git ~/.config/nvim
nvim ~/.config/nvim/config/init.vimrc
:PlugInstall <ENTER>

Usage docs

wiki

Screenshot

nvim

Contribute

Feel free

About

❤️ A neovim config repo.


Languages

Language:Vim Script 99.4%Language:Shell 0.6%