jdhao
a02f317a1d
update supported nvim version to v0.10.3
2024-12-22 13:56:41 +01:00
jdhao
5328c477a8
reformat with stylua
2024-12-19 22:16:23 +01:00
jdhao
d715ce8f31
update supported nvim version to 0.10.2
2024-10-09 18:00:15 +02:00
jdhao
81f64ed32e
Use absolute path for viml config
...
Full path should be used to load viml config, otherwise, when we open
nvim in other directories, we see errors that the viml config can not be
found.
2024-09-02 22:19:52 +02:00
jdhao
51f81093da
restructure init.lua
2024-08-31 21:25:18 +02:00
jdhao
12b0ff02b6
Move autocmd in viml to Lua
2024-08-27 23:12:33 +02:00
jdhao
659f410b9e
move version check into function
2024-08-15 23:38:31 +02:00
jdhao
44e9e5a1ce
Fix lua_ls diagnostic warnings
2024-08-06 05:24:16 +08:00
jdhao
ca7430056c
update to neovim version 0.10.1
2024-07-26 03:32:54 +08:00
jdhao
601396f700
upgrade neovim to latest stable
...
The way to compare versions are changed due to a bug in comparing
versions in the neovim core: https://github.com/neovim/neovim/issues/28782
2024-05-20 21:33:38 +02:00
jdhao
df9491b05b
bump neovim version to 0.9.5
2024-01-07 14:45:29 +01:00
jdhao
b1f0ef63ef
Rename vimscript conf directory
2023-10-11 20:41:25 +02:00
jdhao
54ca6d4191
update to nvim 0.9.4
2023-10-11 20:35:50 +02:00
jdhao
6df27d1c22
upgrade to neovim 0.9.2
2023-09-16 14:26:38 +02:00
jdhao
cc4688d089
Loosen the version check condition
...
Other version of nvim can still run this config, but should use with
care.
2023-09-01 21:39:08 +02:00
jdhao
855a88b532
fix: user lua conf reloading fails
...
The cache should be invalidated. This fix does not work 100%, because, e.g.,
there are other configs hiding deeper under lua/config/ directory.
A restart is the best way to reload the config.
2023-07-29 14:34:42 +02:00
jdhao
e53ee104ec
feat: move lua conf under lua directory
2023-07-28 22:28:36 +02:00
jdhao
6c873a32da
update to nvim 0.9.1
2023-06-03 21:37:14 +02:00
jdhao
cc3a7d6ebd
remove impatient.nvim
...
It is not needed since nvim 0.9.0
2023-05-07 20:10:52 +02:00
jdhao
644993a89e
bump to nvim version 0.9.0 ( #188 )
2023-04-08 04:42:24 +08:00
jdhao
bfdb3f5a26
bump supported nvim version ( #184 )
2023-02-11 11:42:57 +08:00
jdhao
76ced0e265
update contact info
2023-01-18 13:27:55 +08:00
jdhao
6429e8364c
update nvim to version 0.8.2 ( #173 )
2022-12-31 10:13:39 +08:00
jdhao
509a8bce8c
upgrade to latest stable 0.8.1
2022-11-22 21:16:17 +08:00
jdhao
d40d87cb61
nvim 0.8 update
2022-10-04 19:34:20 +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
67a322c26c
refactor: use nvim_err_writeln for error msg
2022-09-07 23:35:18 +08:00
jdhao
11e6797cb5
refactor: convert mapping from viml to lua
2022-09-06 21:22:45 +08:00
jdhao
17acda10a0
fix
2022-09-01 13:24:52 +08:00
jdhao
b41998828d
refactor a bit
...
1. change theme to colorscheme
2. update plugin load logic
2022-08-28 12:43:50 +08:00
jdhao
59525c5577
refactor: theme.vim --> theme.lua
2022-08-26 18:42:30 +08:00
jdhao
a52a362b02
update version check
2022-08-14 22:54:19 +08:00
jdhao
4c96243a4c
init.vim --> init.lua cleanup
2022-08-13 22:45:13 +08:00
jdhao
b11c57e36f
Transition from init.vim to init.lua
2022-08-13 22:37:49 +08:00