aboutsummaryrefslogtreecommitdiff
path: root/lua/utils.lua
AgeCommit message (Collapse)Author
2022-09-11global.vim --> global.luajdhao
fix 2 fix 3
2022-09-10format with styluajdhao
2022-08-26refactor: theme.vim --> theme.luajdhao
2022-08-23fix some typosjdhao
2022-08-20update the autocmd for saving a filejdhao
2022-08-14update version checkjdhao
2022-08-14make inspect() globaljdhao
2022-08-13Transition from init.vim to init.luajdhao
2022-05-15refactor: local fn = vim.fnjdhao
2022-05-14use vim.pretty_print for checking lua objectsjdhao
2022-01-13use lua for may_create_dirjdhao
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