aboutsummaryrefslogtreecommitdiff
path: root/ui.vim
AgeCommit message (Collapse)Author
2019-10-26Fix a bug about termguicolorsjdhao
If we use nvim-qt, the TERM env variable may be empty. We should check if we are using the GUI.
2019-10-24Fix true color support issuejdhao
Some terminal, for example, xshell, does not support true colors. In this case, we should not set the termguicolors option.
2019-09-26Split large nvim config into several files for easier managementjdhao