/configuration-vim

Personal vim configuration using pathogen and submodules.

Primary LanguageVim Script

Vim Configuration

This repository contains my Vim configuration. It is designed primarily for use with Python and Google Go.

Requirements

Some functionality in the configuration file requires external commands or software:

  • Ino for command-line Arduino interaction.
  • Clang-format for formatting of C-family languages.

In all cases the configuration will work without these commands, however, the functionality will not be complete.

Installation

Execute the following command:

git clone --recursive https://github.com/brett-lempereur/configuration-vim ~/.vim

This will create a clone of the repository and all of its external plugins.