kikito / nvim

nvim custom config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim

This is my custom neovim installation. I've tested it on a Mac with OSX

Installation

Prerequisite: install python3 with the neovim client for the python-reliant plugins (eg deoplete) to work.

brew install python3
pip3 install neovim

Prerequisite: install FZF and The Silver Searcher to make the fuzzy search and global search (:G) work:

brew install fzf
brew install the_silver_searcher

Prerequisite: Fix OSX settings for the terminal regarding Control-H (reference)

infocmp $TERM | sed 's/kbs=^[hH]/kbs=177/' > $TERM.ti
tic $TERM.ti

Installation:

mkdir -p ~/.config
cd ~/.config
git clone https://github.com/kikito/nvim

Customize ~/.config/nvim/init.vim to your liking and then enter neovim and install all the plugins:

:PlugInstall

About

nvim custom config


Languages

Language:Vim Script 97.4%Language:Shell 2.4%Language:Perl 0.1%Language:Ruby 0.0%