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

https://github.com/michaelmior/vimrc

My vim configuration files
https://github.com/michaelmior/vimrc

dotfiles vim vimrc

Last synced: 6 months ago
JSON representation

My vim configuration files

Awesome Lists containing this project

README

          

# vimrc

[![Build Status](https://travis-ci.com/michaelmior/vimrc.svg)](https://travis-ci.com/michaelmior/vimrc)

This is my personal vim configuration.
In an effort to make it potentially usable by others, some basic installation steps are given below.

## Installation

# Clone the repository into the correct directory
git clone --recursive https://github.com/michaelmior/vimrc ~/.vim

# Create a necessary symlink for the main configuration file
ln -s ~/.vim/vimrc ~/.vimrc

# Use the plugin manager to install the plugins
vim -E -u NONE -S ~/.vim/plugins.vim +PlugInstall +qall > /dev/null