Skip to content

ravicious/dotvim

Repository files navigation

dotvim

Things to do after a fresh install

  1. Turn of fsck-related git options since a lot of the vim plugin repos have fsck errors in them.
  2. Go to the root dir of this repo and run:
  • git submodule init && git submodule update
  1. Compile YouCompleteMe.
  • cd bundle/YouCompleteMe && git submodule update --init --recursive && ./install.py
  1. Install brew packages.
  • brew install ripgrep fzf
  1. Install gems.
  • gem install neovim fastri rcodetools
  1. Install Python packages.
  • pip3 install --upgrade --user neovim
  1. Install Fira Code font.
  2. ln -s ~/.vim/init.vim ~/.config/nvim/init.vim
  3. ln -s ~/.vim/coc-settings.json ~/.config/nvim/coc-settings.json
  4. Turn back on fsck-related git options.

About

Config files for vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published