personal nvim settings, the end goal is have a script that sets up nvim with these settings and plugins on a brand new machine.
Create the nvim initialization directory;
$ mkdir -p ~/.config/nvim/bundle // implicitly create the bundle dir and the nvim implicitly
$ cp init.vim ~/.config/nvimDownload the repos listed below, then in nvim run :PluginInstall
Below is a list of the nvim plugins I am using. Each should be cloned in the .config/nvim/bundle directory.
TODO: Write a script so this download process is automated.
https://github.com/VundleVim/Vundle.vim
$git clone https://github.com/gmarik/Vundle.vimhttps://github.com/airblade/vim-gitgutter
$$git clone git://github.com/airblade/vim-gitgutter.githttps://github.com/itchyny/lightline.vim
$git clone https://github.com/itchyny/lightline.vimhttps://github.com/scrooloose/nerdtree
$git clone https://github.com/scrooloose/nerdtree.githttps://github.com/wsdjeg/vim-fetch
$git clone git@github.com:wsdjeg/vim-fetch.git