hiberabyss / ProjectConfig

Vim settings per project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this

This plugin implements per project vim settings. The settings will be used when you open vim under any directory of the project.

This plugin provide one command and one global variable:

  • :ProjectConfig this command will open the vim setting for this project

Push Project File

  • let g:project_push_excludes = ['\.git'] exclude file

About

Vim settings per project


Languages

Language:Vim Script 100.0%