https://github.com/anthdm/.vim
My Vim setup and configuration under version control.
https://github.com/anthdm/.vim
Last synced: 10 months ago
JSON representation
My Vim setup and configuration under version control.
- Host: GitHub
- URL: https://github.com/anthdm/.vim
- Owner: anthdm
- Created: 2016-04-26T08:17:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-12T06:35:34.000Z (about 7 years ago)
- Last Synced: 2025-07-25T09:47:02.883Z (11 months ago)
- Language: Vim script
- Homepage:
- Size: 32.2 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
### clone the repo in your home directory
```
git clone https://github.com/anthdm/.vim
```
### create a symlink for the .vimrc file
```
ln -s ~/.vim/.vimrc .vimrc
```
### install Plug (dependency manager)
```
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```
### open vim and enter the following command to install all plugings
```
:PlugInstall
```
### enjoy!