cohama/lexima.vim

Add endwise rules for Lua.

Closed this issue · 2 comments

For example:

if condition then
  ...
end
function foo(bar)
  ...
end

I have created a PR #147. Please test.

Works fine, thank you :)