https://github.com/deanpdx/vim-config
This is my ~/.vimrc. It's nothing special. :zap:
https://github.com/deanpdx/vim-config
settings vim vimrc
Last synced: 2 months ago
JSON representation
This is my ~/.vimrc. It's nothing special. :zap:
- Host: GitHub
- URL: https://github.com/deanpdx/vim-config
- Owner: DeanPDX
- Created: 2017-10-26T23:35:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T21:23:09.000Z (about 7 years ago)
- Last Synced: 2025-01-01T12:46:06.843Z (over 1 year ago)
- Topics: settings, vim, vimrc
- Language: Vim script
- Homepage:
- Size: 375 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This is my `~/.vimrc`. It's nothing special.
# Screenshot
When set up, it should look something like this:

# Installation
Make sure you have [vim-plug](https://github.com/junegunn/vim-plug) installed:
```bash
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```
Next, back up your existing `~/.vimrc` if you have one and copy my .vimrc to ~/.vimrc:
```bash
curl -o ~/.vimrc https://raw.githubusercontent.com/DeanPDX/vim-config/master/.vimrc
```
Open vim, and run `:PlugInstall`. On your first run you will get the following error because the plugins haven't been installed yet:
```bash
E185: Cannot find color scheme 'dracula'
```