aboutsummaryrefslogtreecommitdiff
path: root/ui.vim
AgeCommit message (Collapse)Author
2020-09-26change vim script style from 4-space indent to 2-spacejdhao
2020-09-24fix style issues as per vintjdhao
2020-09-22move guicursor setting to ginit.vimjdhao
2020-03-30chore: remove short url and replace with true urljdhao
2020-03-05Change cursor color and shapejdhao
2020-01-01Update firenvim settingjdhao
2019-10-28Fix an issue with termguicolors optionjdhao
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-26Fix a bug about termguicolors optionjdhao
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-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