mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Move options to one place
This commit is contained in:
parent
b210540eab
commit
d8d1401a78
@ -149,6 +149,11 @@ if executable('rg')
|
|||||||
set grepformat=%f:%l:%c:%m
|
set grepformat=%f:%l:%c:%m
|
||||||
endif
|
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:
|
" 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
|
" 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
|
set guicursor=n-v-c:block-Cursor/lCursor,i-ci-ve:ver25-Cursor2/lCursor2,r-cr:hor20,o:hor20
|
||||||
|
|||||||
@ -1,11 +1,4 @@
|
|||||||
"{ UI-related settings
|
"{ UI-related settings
|
||||||
"{{ General settings about colors
|
|
||||||
" Enable true colors 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
|
|
||||||
"}}
|
|
||||||
|
|
||||||
"{{ Colorscheme settings
|
"{{ Colorscheme settings
|
||||||
let s:my_theme_dict = {}
|
let s:my_theme_dict = {}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user