cohama / lexima.vim

Auto close parentheses and repeat by dot dot dot...
995 stars 46 forks source link

Add endwise rules for Lua. #146

Closed gnsfujiwara closed 10 months ago

gnsfujiwara commented 10 months ago

For example:

if condition then
  ...
end
function foo(bar)
  ...
end
4513ECHO commented 10 months ago

I have created a PR #147. Please test.

gnsfujiwara commented 10 months ago

Works fine, thank you :)