[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua indentation in Vim
- From: Dirk Laurie <dirk.laurie@...>
- Date: Sun, 11 Mar 2018 09:09:53 +0200
2018-03-10 23:49 GMT+02:00 Hugo Musso Gualandi <hgualandi@inf.puc-rio.br>:
> - Is anyone else bothered by the Vim's Lua indentation like I am?
> - Do any of you use custom Vim indentation scripts? (Which one?)
> - What we can do to improve Lua indentation in upstream Vim?
I use highlighting, and find it very useful since it flags unmatched
delimiters, even 'end'.
I stopped using automatic indentation when I stopped writing Python.
I get an extra second's thinking time while I type the spaces myself,
which generally repays itself in the quality of my first-time code.