Skip to content

hiyali/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Sponsor this project

Packages

No packages published