| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
