| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-31 | move custom settings to core/ directory | jdhao | |
| 2020-10-28 | fix minor issue | jdhao | |
| 2020-10-28 | update toast colorscheme | jdhao | |
| 2020-10-22 | update colorscheme | jdhao | |
| 2020-10-20 | Remove gotham, it is too dark for the eye | jdhao | |
| 2020-10-20 | use monokai-tasty theme | jdhao | |
| 2020-10-19 | update | jdhao | |
| 2020-10-19 | check for invalid colorscheme | jdhao | |
| 2020-10-18 | refactor: change colorscheme config func logic | jdhao | |
| 2020-10-18 | do not set colorscheme if user color scheme not found | jdhao | |
| 2020-10-18 | update theme settings | jdhao | |
| 2020-10-18 | update theme settings | jdhao | |
| 2020-10-18 | add neodark theme | jdhao | |
| 2020-10-18 | fix true color support issue | jdhao | |
| 2020-10-18 | use random colorscheme on startup | jdhao | |
| 2020-09-26 | change vim script style from 4-space indent to 2-space | jdhao | |
| 2020-09-24 | fix style issues as per vint | jdhao | |
| 2020-09-22 | move guicursor setting to ginit.vim | jdhao | |
| 2020-03-30 | chore: remove short url and replace with true url | jdhao | |
| 2020-03-05 | Change cursor color and shape | jdhao | |
| 2020-01-01 | Update firenvim setting | jdhao | |
| 2019-10-28 | Fix an issue with termguicolors option | jdhao | |
| According to https://github.com/equalsraf/neovim-qt/issues/604, nvim-qt will set the termguicolors options when it is started. However, if we add `set notermguicolors` in init.vim, the nvim-qt setting will not take effect after nvim-qt is started. So we need to remove the `set notermguicolors` setting in the config. | |||
| 2019-10-26 | Fix a bug about termguicolors option | jdhao | |
| We can not detect whether nvim-qt is loaded when sourcing `init.vim`. If termguicolors option is not set, we use a better color (badwolf in this case). Gruvbox8 is terrible when termguicolors is not set. | |||
| 2019-10-26 | Fix a bug about termguicolors | jdhao | |
| If we use nvim-qt, the TERM env variable may be empty. We should check if we are using the GUI. | |||
| 2019-10-24 | Fix true color support issue | jdhao | |
| Some terminal, for example, xshell, does not support true colors. In this case, we should not set the termguicolors option. | |||
| 2019-09-26 | Split large nvim config into several files for easier management | jdhao | |
