aperezdc / vim-template

Simple templates plugin for Vim
371 stars 152 forks source link

Automatically detect %LICENSE% using Licensee #126

Closed ArniDagur closed 6 years ago

ArniDagur commented 6 years ago

This pull request uses Licensee by Ben Balter to automatically detect the license of the user's project if the Licensee executable is installed on their system. This is the project Github uses to determine a repository's license. vim-template should work as it does currently if Licensee is not found on the user's system.

Perhaps a configuration option should be added to make this feature optional?

There are still some problems so be dealt with: