Tuesday, March 11, 2014

Programming Lua with vim

Hi,

I want to write Lua code with vim.
Currently I am missing the function of '%'
to jump from one scope delimiter to the corresponding
one for things like

function name()
end

. Here the missing "scope delimiter" are 'function' and 'end'.

There are several others more.
I am using a 6 core CPU with 3.6 GHz each...and syntax highlighting
seems to slow down the editor. Beside switching off syntax
highlighting -- is it a way to speed it up?

What other additions to vim for coding lua are recommended?

Thank you very much in advance for any help!
Best regards,
mcc




--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment