1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00
jdhao 07c80f948d Use proper true or false value for boolean variables
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-08-14 01:23:43 +08:00
..
2021-08-14 00:15:56 +08:00
2021-08-09 23:01:21 +08:00
2021-07-09 23:31:44 +08:00
2021-07-09 23:31:44 +08:00
2021-08-14 00:01:09 +08:00