VIM IDE
Posted: Sun Mar 26, 2006 5:45 pm
Recently I made some VIM macro's to turn VIM into a newLisp IDE. Three functions were added:
-Run: run current newLisp program
-Link: create standalone executable of current newLisp program
-Syntax: force syntax highlighting to newLisp (requires newLisp syntax file to be installed as 'newlisp' filetype)
Screenshot (look at the fancy newLisp menu and icon in the toolbar):
http://www.turtle.dds.nl/newlisp/vim.jpg
The macros can be downloaded here. Windows users need 'which' for Win32 to run the linker successfully.
The toolbar icon is here including install instructions (down below the page).
Maybe the macro's are of use for somebody else as well.
Regards
Peter
-Run: run current newLisp program
-Link: create standalone executable of current newLisp program
-Syntax: force syntax highlighting to newLisp (requires newLisp syntax file to be installed as 'newlisp' filetype)
Screenshot (look at the fancy newLisp menu and icon in the toolbar):
http://www.turtle.dds.nl/newlisp/vim.jpg
The macros can be downloaded here. Windows users need 'which' for Win32 to run the linker successfully.
The toolbar icon is here including install instructions (down below the page).
Maybe the macro's are of use for somebody else as well.
Regards
Peter