Skip to content

sollidsnake/verun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#VERun ###Easily run/compile your files inside vim.

The main goal of VERun is to run your program with just one command without leaving vim. You just open the file you want to run and execute :VERun.

Main features included in this version:

  • Runs C/C++, php, python, bash/sh and makefiles with just one command, without needing to cd your dir nor configuring anything
  • Auto detect your C/C++ headers and adds the links to the g++ command (see VECppAutoHeaderList)
  • Auto detect your python version
  • Option to execute your program in an external terminal
  • Currently supports only C/C++, php, python, bash/sh and makefiles

To compile/run your program, run:

:VERun

For further information and configuration, check help file in the doc folder

Author: jessenzr@gmail.com
Please feel free to contact me for suggestions, critics or anything :)

About

Easy execution of your programs inside vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published