michaelconnor00 / nvim_config

Config file for nvim environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NVIM Configuration

The configuration file init.vim has all the plugins that I use with NeoVIM. The missing dependencies are:

Install Plugins

This config file uses the plugin manager vim-plug.

vim-plug needs to be installed first:

curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

To Install plugins:

:PlugInstall

About

Config file for nvim environment.


Languages

Language:Vim Script 100.0%