This repository contains my Vim configuration. It is designed primarily for use with Python and Google Go.
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.
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.