| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-20 | refactor: move part of autocmd to lua script | jdhao | |
| 2022-08-20 | update the autocmd for saving a file | jdhao | |
| 2022-08-15 | handle large file better | jdhao | |
| 2022-03-29 | [fix] quit does not work for 2 windows | jdhao | |
| If current buf in remaning two or more windows are filetypes in the quit list, we should also quit nvim also. | |||
| 2022-01-26 | update matchparen highlight | jdhao | |
| 2022-01-13 | use lua for may_create_dir | jdhao | |
| 2022-01-13 | feat: create parent dir of current file if it does not exist | jdhao | |
| 2021-12-28 | refactor: resume edit position --> resume cursor position | jdhao | |
| 2021-12-20 | fix bug in go to last edit position | jdhao | |
| If a go-to-line command is given, do not go to last edit position for the file. | |||
| 2021-11-07 | drop auto-remove trailing whitespaces | jdhao | |
| When working with legacy code which is not well formatted, it will cause large undesirable diffs. | |||
| 2021-11-05 | change matchparen highlight | jdhao | |
| 2021-11-02 | remove trailing whitespace on save | jdhao | |
| 2021-10-31 | remove redundant fold marks | jdhao | |
| 2021-10-31 | change matchup higlight | jdhao | |
| 2021-10-22 | fix doc | jdhao | |
| 2021-10-18 | nvim-notify update | jdhao | |
| 2021-08-20 | Reduce timeout for nvim-notify | jdhao | |
| 2021-08-08 | Neovim --> Nvim | jdhao | |
| 2021-08-07 | Move packer compile autocmd to new place | jdhao | |
| 2021-08-07 | refactor: set all custom highlight in one function | jdhao | |
| 2021-08-07 | chore: formatting and fix spell errors | jdhao | |
| 2021-08-07 | Fix: the loading condition for fugitive is wrong | jdhao | |
| We should load fugitive in the following two situations: + When we open nvim in a Git repository + When we are inside nvim and change the working directory to a Git reposity | |||
| 2021-08-05 | Use nvim-notify for showing messages | jdhao | |
| 2021-07-24 | Refactor: use a unified log function | jdhao | |
| 2021-07-24 | Simplify file reload logic | jdhao | |
| 2021-07-17 | Update nvim-lspconfig settings | jdhao | |
| 1. Customize document hover window border color. 2. Show also the source that generates a certain diagnostic message. | |||
| 2021-03-20 | Remove cmd line message auto-clear feature | jdhao | |
| 2021-02-21 | Refactor the auto-quit logic | jdhao | |
| Also quit quickfix window if it is the only window left. | |||
| 2021-02-17 | Move cursor color autocmd to autocommands script | jdhao | |
| 2020-11-06 | Fix the issue that inccommand breaks one-line if-else statement | jdhao | |
| See also https://github.com/neovim/neovim/issues/8796 | |||
| 2020-10-31 | move custom settings to core/ directory | jdhao | |
