# File lib/plugins/defaults/plugin.rb, line 40
  def self.open_editor(path)
    # TODO: change to common method or use launchy
    system ENV['EDITOR'] || 'vim', path
  end