michaelsauter / nvim

Neovim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neovim Config

git clone --recursive https://github.com/michaelsauter/nvim.git ~/.config/nvim

Mostly Vim 8 compatible.

Based on my terminal configuration. Ensure that base16_eighties has run and created ~/.vimrc_background, otherwise the colours are off. If not:

if !exists('g:colors_name') || g:colors_name != 'base16-eighties'
  colorscheme base16-eighties
endif

About

Neovim configuration


Languages

Language:Vim Script 100.0%