| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-20 | update the autocmd for saving a file | jdhao | |
| 2022-08-14 | update version check | jdhao | |
| 2022-08-14 | make inspect() global | jdhao | |
| 2022-08-13 | Transition from init.vim to init.lua | jdhao | |
| 2022-05-15 | refactor: local fn = vim.fn | jdhao | |
| 2022-05-14 | use vim.pretty_print for checking lua objects | jdhao | |
| 2022-01-13 | use lua for may_create_dir | jdhao | |
| 2021-08-14 | Use proper true or false value for boolean variables | jdhao | |
| 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-14 | Tweak lua stuff | jdhao | |
