vim-dotfiles

For dotfile management:

https://github.com/RichiH/vcsh

Initialize:

vcsh init vim
vcsh vim remote add origin <remote>
vcsh vim pull origin master

Neovim mac guide

Install neovim with brew

https://github.com/neovim/neovim

brew tap neovim/neovim
brew install --HEAD neovim

Install neobundle

curl https://raw.githubusercontent.com/Shougo/neobundle.vim/master/bin/install.sh > install.sh
sh ./install.sh

Install pip

sudo easy_install pip

Install neovim with python

pip install neovim --user

More python3 NeoVim

brew install python3
pip3 install neovim

Install dein(Package manager)

git clone git@github.com:stenver/dein.vim.git ~/.config/nvim/repos/github.com/Shougo/dein.vim

Initialize nvim plugins

Simply open nvim for the first time - plugins declared in this projects configuration file will be downloaded and installed.

Install the silver searcher

brew install the_silver_searcher

Install Deoplete

Autocomplete for NeoVim

Check Deoplete install README at: https://github.com/Shougo/deoplete.nvim

To run tests with shortcut

sudo chmod ugo-x /usr/libexec/path_helper

Install universal-tags

https://github.com/universal-ctags