An open API service indexing awesome lists of open source software.

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:

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:
![Screenshot of my Vim config](MyVimSetup.png)

# 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'
```