jdhao
085c8017d8
update the autocmd for saving a file
2022-08-20 13:50:23 +08:00
jdhao
a52a362b02
update version check
2022-08-14 22:54:19 +08:00
jdhao
cad9f5a214
make inspect() global
2022-08-14 11:39:37 +08:00
jdhao
b11c57e36f
Transition from init.vim to init.lua
2022-08-13 22:37:49 +08:00
jdhao
4899a82b35
refactor: local fn = vim.fn
2022-05-15 21:16:02 +08:00
jdhao
c3253a5731
use vim.pretty_print for checking lua objects
2022-05-14 00:59:00 +08:00
jdhao
146ef5d0b8
use lua for may_create_dir
2022-01-13 20:27:48 +08: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
jdhao
20619c8c8e
Tweak lua stuff
2021-04-14 02:14:35 +08:00