Skip to content

Instantly share code, notes, and snippets.

@davisdude
davisdude / plugin.vim
Last active June 26, 2021 15:25
Launch LOVE from vim
" Vim plugin for running LOVE
" Last Change: 2015 May 26
" Maintainer: Davis Claiborne <davisclaib@gmail.com>
" License: This file is placed under public domain.
let s:save_cpo = &cpo
set cpo&vim
if exists( 'g:loaded_lovelaunch' )
finish