Skip to content

vimscript/lua-support

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=1763

- insert various types of comments
- insert complete statements (e.g. 'if then else end' )
- insert often used code snippets (e.g. empty function, open file) 
- read, write, maintain your own code snippets in a separate directory
- run scripts or run syntax check from within the editor
- show compilation erros in a quickfix window; navigate with hotkeys 

Here are some screen shots :   http://lug.fh-swf.de/vim/vim-lua/

The help file online :   http://lug.fh-swf.de/vim/vim-doc/luasupport.html

Documentation 
_____________ 
This plugin comes with a help file (luasupport.txt).  Read it with   
   :h luasupport 
or type \h in normal mode.

About

Lua-IDE -- Write and run Lua-scripts using menus and hotkeys.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 97.8%
  • Shell 2.1%
  • Lua 0.1%