lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Inspired by this thread, I've just published the first prototype of a Vim plug-in that uses LuaInspect to (automatically) perform semantic highlighting of variables in Lua buffers. You can find installation instructions for the plug-in at http://peterodding.com/code/vim/lua-inspect/#installation

I intended to remove those attachments since I'd already uploaded a ZIP archive to www.vim.org but evidently I forgot. Sorry for spamming everyone on lua-l with a Vim plug-in they probably won't use...

 - Peter Odding