Fork me on GitHub

exVim Logo

Current Version: v0.5.0

Welcome to exVim

exVim is a project to turn Vim into a nice programming environment. exVim introduce the project file concept (.exvim) in Vim. By editing this project file (.exvim) through Vim, the exVim plugins will be invoked. In this way, it makes you possible to apply different Vim settings, plugin settings and even loading plugins on demand by different projects. In general, it makes Vim become the best IDE in the world!

EVEN COOL IS --- WE USE EXVIM DEVELOP EXVIM! (\(-_-)/)

Features

How does it work?

By editing and saving your project settings in a your_project_name.exvim file and opening it with Vim, the exVim plugins will be loaded. exVim will parse the your_project_name.exvim file and apply the settings for your project after Vim has started.

The settings include:

exVim also makes sure project files are stored in one place (in the folder ./.exvim.your_project_name/ under your project). This makes your project clean and much better to work with external tools. These project files can be:

After Vim has loaded your_project_name.exvim and started, exVim helps you update your project files so you can use your favorite plugins with these files.

Community