ask1234560 / neovim-config

Neovim rice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neovim-config

The minimalist feature rich config for neovim

Requirement

  • Linux; win or mac not tested
  • nerd fonts
  • True color terminal support, check here
  • Working nvim, :checkhealth for error checking

Plugins installed

Screenshots

Installation

* install nvim
	* Debian
		* sudo apt install neovim
	* Arch
		* sudo pacman -S neovim
* mkdir -p ~/.config
* cd ~/.config
* mv nvim nvim_bak 2>/dev/null
* git clone https://github.com/ask1234560/neovim-config.git nvim
* curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
* open nvim, :PlugInstall for installing plugins, build YouCompleteMe plugin
* font used is SauceCodePro Nerd Font Mono

About

Neovim rice


Languages

Language:Vim Script 100.0%