aboutsummaryrefslogtreecommitdiff
path: root/core/autocommands.vim
AgeCommit message (Collapse)Author
2021-07-24Refactor: use a unified log functionjdhao
2021-07-24Simplify file reload logicjdhao
2021-07-17Update nvim-lspconfig settingsjdhao
1. Customize document hover window border color. 2. Show also the source that generates a certain diagnostic message.
2021-03-20Remove cmd line message auto-clear featurejdhao
2021-02-21Refactor the auto-quit logicjdhao
Also quit quickfix window if it is the only window left.
2021-02-17Move cursor color autocmd to autocommands scriptjdhao
2020-11-06Fix the issue that inccommand breaks one-line if-else statementjdhao
See also https://github.com/neovim/neovim/issues/8796
2020-10-31move custom settings to core/ directoryjdhao