aboutsummaryrefslogtreecommitdiff
path: root/core/options.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-07-19 22:52:59 +0800
committerjdhao <jdhao@hotmail.com>2021-07-19 22:52:59 +0800
commitd8d1401a780f7ef0e79999d2fa67341568fa6918 (patch)
tree0a320fed8befa435759675c47035fa5639c3a6dd /core/options.vim
parentb210540eab6dc59ae0ab5fcc6525c845a8afd03b (diff)
Move options to one place
Diffstat (limited to 'core/options.vim')
-rw-r--r--core/options.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/options.vim b/core/options.vim
index 4a39f32..0150c2e 100644
--- a/core/options.vim
+++ b/core/options.vim
@@ -149,6 +149,11 @@ if executable('rg')
set grepformat=%f:%l:%c:%m
endif
+" Enable true color support. Do not set this option if your terminal does not
+" support true colors! For a comprehensive list of terminals supporting true
+" colors, see https://github.com/termstandard/colors and https://gist.github.com/XVilka/8346728.
+set termguicolors
+
" Set up cursor color and shape in various mode, ref:
" https://github.com/neovim/neovim/wiki/FAQ#how-to-change-cursor-color-in-the-terminal
set guicursor=n-v-c:block-Cursor/lCursor,i-ci-ve:ver25-Cursor2/lCursor2,r-cr:hor20,o:hor20