Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ravicious/dotvim
Config files for vim
https://github.com/ravicious/dotvim
Last synced: about 2 months ago
JSON representation
Config files for vim
- Host: GitHub
- URL: https://github.com/ravicious/dotvim
- Owner: ravicious
- Created: 2013-09-11T14:08:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T10:17:34.000Z (3 months ago)
- Last Synced: 2024-10-21T14:54:58.976Z (3 months ago)
- Language: Vim Script
- Homepage:
- Size: 165 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
1. Go to the root dir of this repo and run:
* `git submodule init && git submodule update`
2. Compile YouCompleteMe.
* `cd bundle/YouCompleteMe && git submodule update --init --recursive && ./install.py`
3. Install brew packages.
* `brew install ripgrep fzf`
4. Install gems.
* `gem install neovim fastri rcodetools`
5. Install Python packages.
* `pip3 install --upgrade --user neovim`
6. Install [Fira Code](https://github.com/tonsky/FiraCode) font.
8. `ln -s ~/.vim/init.vim ~/.config/nvim/init.vim`
9. `ln -s ~/.vim/coc-settings.json ~/.config/nvim/coc-settings.json`
7. Turn back on fsck-related git options.