aboutsummaryrefslogtreecommitdiff
path: root/ginit.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ginit.vim')
-rw-r--r--ginit.vim28
1 files changed, 8 insertions, 20 deletions
diff --git a/ginit.vim b/ginit.vim
index c3d3f4c..70c7872 100644
--- a/ginit.vim
+++ b/ginit.vim
@@ -3,17 +3,6 @@ inoremap <silent> <S-Insert> <C-R>+
cnoremap <S-Insert> <C-R>+
nnoremap <silent> <C-6> <C-^>
-" Highlight groups for cursor color
-augroup cusor_color
- autocmd!
- autocmd ColorScheme * highlight Cursor cterm=bold gui=bold guibg=cyan guifg=black
- autocmd ColorScheme * highlight Cursor2 guifg=red guibg=red
-augroup END
-
-" 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
-
" To check if neovim-qt is running, use `exists('g:GuiLoaded')`,
" see https://github.com/equalsraf/neovim-qt/issues/219
if exists('g:GuiLoaded')
@@ -33,12 +22,12 @@ if exists('g:fvim_loaded')
FVimCursorSmoothBlink v:true
" Background composition, can be 'none', 'blur' or 'acrylic'
- FVimBackgroundComposition 'none'
- FVimBackgroundOpacity 0.85
- FVimBackgroundAltOpacity 0.85
+ FVimBackgroundComposition 'blur'
+ FVimBackgroundOpacity 0.9
+ FVimBackgroundAltOpacity 0.9
" Title bar tweaks (themed with colorscheme)
- FVimCustomTitleBar v:false
+ FVimCustomTitleBar v:true
" Debug UI overlay
FVimDrawFPS v:false
@@ -51,16 +40,15 @@ if exists('g:fvim_loaded')
FVimFontHintLevel 'full'
FVimFontSubpixel v:true
FVimFontLigature v:true
- FVimFontLcdRender v:false
" can be 'default', '14.0', '-1.0' etc.
- FVimFontLineHeight '+2.0'
+ FVimFontLineHeight 'default'
" Try to snap the fonts to the pixels, reduces blur
" in some situations (e.g. 100% DPI).
- FVimFontAutoSnap v:false
+ FVimFontAutoSnap v:true
- " Font weight tuning, possible valuaes are 100..900
- FVimFontNormalWeight 400
+ " Font weight tuning, possible values are 100..900
+ FVimFontNormalWeight 100
FVimFontBoldWeight 700
FVimUIPopupMenu v:false