The single dot that has it all.
Clone the repository into ~/dotfiles: git clone https://github.com/mrded/dotfiles.git ~/dotfiles
ln -s ~/dotfiles/.ideavimrc ~/.ideavimrc
- I use vim 8.0 compiled like following:
brew install vim --override-system-vim --with-cscope --with-lua
- Replace ~/.vimrc:
ln -s ~/dotfiles/.vimrc ~/.vimrc
- Install vim-plug then run
:PlugInstall
- Replace ~/.config/nvim/init.vim:
ln -s ~/dotfiles/.vimrc ~/.config/nvim/init.vim
- Requires Ruby support:
gem install neovim
- Requires Python (2.6+ or 3.3+) support:
pip2 install --user neovim
- After installing you may have to run
:UpdateRemotePlugins
neovim sometimes may not install pluggins propperly. Try to run following:
:UpdateRemotePlugins
npm install -g eslint babel-eslint eslint-plugin-react eslint-config-react-app eslint-plugin-import eslint-plugin-flowtype eslint-plugin-jsx-a11y eslint-plugin-react-hooks
brew install ack