aboutsummaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Collapse)Author
2023-09-01Loosen the version check conditionjdhao
Other version of nvim can still run this config, but should use with care.
2023-07-29fix: user lua conf reloading failsjdhao
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-28feat: move lua conf under lua directoryjdhao
2023-06-03update to nvim 0.9.1jdhao
2023-05-07remove impatient.nvimjdhao
It is not needed since nvim 0.9.0
2023-04-08bump to nvim version 0.9.0 (#188)jdhao
2023-02-11bump supported nvim version (#184)jdhao
2023-01-18update contact infojdhao
2022-12-31update nvim to version 0.8.2 (#173)jdhao
2022-11-22upgrade to latest stable 0.8.1jdhao
2022-10-04nvim 0.8 updatejdhao
2022-09-11global.vim --> global.luajdhao
fix 2 fix 3
2022-09-10format with styluajdhao
2022-09-07refactor: use nvim_err_writeln for error msgjdhao
2022-09-06refactor: convert mapping from viml to luajdhao
2022-09-01fixjdhao
2022-08-28refactor a bitjdhao
1. change theme to colorscheme 2. update plugin load logic
2022-08-26refactor: theme.vim --> theme.luajdhao
2022-08-14update version checkjdhao
2022-08-13init.vim --> init.lua cleanupjdhao
2022-08-13Transition from init.vim to init.luajdhao