1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

23 Commits

Author SHA1 Message Date
jdhao
b54988e61a update colorscheme 2020-10-22 00:09:51 +08:00
jdhao
4ae213d299 Remove gotham, it is too dark for the eye 2020-10-20 22:25:05 +08:00
jdhao
3709bb8776 use monokai-tasty theme 2020-10-20 22:19:12 +08:00
jdhao
63fa99e83b update 2020-10-19 22:25:15 +08:00
jdhao
43902a31d8 check for invalid colorscheme 2020-10-19 01:29:06 +08:00
jdhao
9ffdef5894 refactor: change colorscheme config func logic 2020-10-18 23:03:34 +08:00
jdhao
9718b60dbf do not set colorscheme if user color scheme not found 2020-10-18 22:54:07 +08:00
jdhao
bf144dbd70 update theme settings 2020-10-18 22:45:59 +08:00
jdhao
86e2c6c5be update theme settings 2020-10-18 22:45:40 +08:00
jdhao
996e5452bf add neodark theme 2020-10-18 22:32:35 +08:00
jdhao
be2b01a0b5 fix true color support issue 2020-10-18 21:26:25 +08:00
jdhao
e79c215cb0 use random colorscheme on startup 2020-10-18 20:48:14 +08:00
jdhao
b65c7c6d70 change vim script style from 4-space indent to 2-space 2020-09-26 09:15:40 +08:00
jdhao
00cbed4cdc fix style issues as per vint 2020-09-24 23:01:10 +08:00
jdhao
d1b5076f9d move guicursor setting to ginit.vim 2020-09-22 22:25:23 +08:00
jdhao
1b97735bf2 chore: remove short url and replace with true url 2020-03-30 23:32:11 +08:00
jdhao
36de495cd8 Change cursor color and shape 2020-03-05 01:08:34 +08:00
jdhao
f16ae086ad
Update firenvim setting 2020-01-01 17:30:16 +08:00
jdhao
fd92f48677
Fix an issue with termguicolors option
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-28 10:48:07 +08:00
jdhao
9d8d46197a
Fix a bug about termguicolors option
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 21:41:02 +08:00
jdhao
35a4fffe9d
Fix a bug about termguicolors
If we use nvim-qt, the TERM env variable may be empty. We should check if
we are using the GUI.
2019-10-26 17:23:24 +08:00
jdhao
09a84d1622
Fix true color support issue
Some terminal, for example, xshell, does not support true colors. In this case, we should not set the termguicolors option.
2019-10-24 12:10:06 +08:00
jdhao
460ec98052 Split large nvim config into several files for easier management 2019-09-26 23:18:19 +08:00