jdhao
644993a89e
bump to nvim version 0.9.0 ( #188 )
2023-04-08 04:42:24 +08:00
jdhao
6e8e61e53a
global.vim --> global.lua
...
fix 2
fix 3
2022-09-11 18:21:56 +08:00
jdhao
aaeb6a813a
format with stylua
2022-09-10 23:55:22 +08:00
jdhao
59525c5577
refactor: theme.vim --> theme.lua
2022-08-26 18:42:30 +08:00
jdhao
b279c0cd95
fix some typos
2022-08-23 21:12:04 +08:00
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