aboutsummaryrefslogtreecommitdiff
path: root/lua/utils.lua
AgeCommit message (Collapse)Author
2021-08-14Use proper true or false value for boolean variablesjdhao
In lua, 0 and empty string is true, which is counter-intuitive and different from vim script. So we need to use proper boolean type for vim script global variables, instead of numbers.
2021-04-14Tweak lua stuffjdhao