Skip to content

DeanPDX/vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

This is my ~/.vimrc. It's nothing special.

Screenshot

When set up, it should look something like this: Screenshot of my Vim config

Installation

Make sure you have vim-plug installed:

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:

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:

E185: Cannot find color scheme 'dracula'

About

This is my ~/.vimrc. It's nothing special. ⚡

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published