https://github.com/leighmcculloch/vim_dotfiles
My vim dotfiles.
https://github.com/leighmcculloch/vim_dotfiles
Last synced: about 2 months ago
JSON representation
My vim dotfiles.
- Host: GitHub
- URL: https://github.com/leighmcculloch/vim_dotfiles
- Owner: leighmcculloch
- Created: 2015-11-10T05:19:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T06:28:53.000Z (over 4 years ago)
- Last Synced: 2024-10-11T15:41:00.162Z (8 months ago)
- Language: Vim script
- Homepage:
- Size: 3.5 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim_dotfiles
A set of vim dotfiles that configure vim and install plugins.
## Install
1. Remove any existing `vimrc` file or `vim` directory.
```
rm ~/.vimrc ~/.vim
```2. Get the repo.
```
git clone https://github.com/leighmcculloch/vim_dotfiles ~/.vim
```Or check it out somewhere else and symlink to `~/.vim`.