From b65c7c6d702ba0371e917066b55a58cf14f2d1bb Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 26 Sep 2020 09:15:40 +0800 Subject: change vim script style from 4-space indent to 2-space --- ginit.vim | 86 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) (limited to 'ginit.vim') diff --git a/ginit.vim b/ginit.vim index 70c7872..472720e 100644 --- a/ginit.vim +++ b/ginit.vim @@ -6,50 +6,50 @@ nnoremap " To check if neovim-qt is running, use `exists('g:GuiLoaded')`, " see https://github.com/equalsraf/neovim-qt/issues/219 if exists('g:GuiLoaded') - " call GuiWindowMaximized(1) - GuiTabline 0 - GuiPopupmenu 0 - GuiLinespace 2 - GuiFont! Hack:h10:l + " call GuiWindowMaximized(1) + GuiTabline 0 + GuiPopupmenu 0 + GuiLinespace 2 + GuiFont! Hack:h10:l endif if exists('g:fvim_loaded') - set termguicolors - colorscheme gruvbox8_hard - set guifont=Hack:h13 - " Cursor tweaks - FVimCursorSmoothMove v:true - FVimCursorSmoothBlink v:true - - " Background composition, can be 'none', 'blur' or 'acrylic' - FVimBackgroundComposition 'blur' - FVimBackgroundOpacity 0.9 - FVimBackgroundAltOpacity 0.9 - - " Title bar tweaks (themed with colorscheme) - FVimCustomTitleBar v:true - - " Debug UI overlay - FVimDrawFPS v:false - " Font debugging -- draw bounds around each glyph - FVimFontDrawBounds v:false - - " Font tweaks - FVimFontAntialias v:true - FVimFontAutohint v:true - FVimFontHintLevel 'full' - FVimFontSubpixel v:true - FVimFontLigature v:true - " can be 'default', '14.0', '-1.0' etc. - FVimFontLineHeight 'default' - - " Try to snap the fonts to the pixels, reduces blur - " in some situations (e.g. 100% DPI). - FVimFontAutoSnap v:true - - " Font weight tuning, possible values are 100..900 - FVimFontNormalWeight 100 - FVimFontBoldWeight 700 - - FVimUIPopupMenu v:false + set termguicolors + colorscheme gruvbox8_hard + set guifont=Hack:h13 + " Cursor tweaks + FVimCursorSmoothMove v:true + FVimCursorSmoothBlink v:true + + " Background composition, can be 'none', 'blur' or 'acrylic' + FVimBackgroundComposition 'blur' + FVimBackgroundOpacity 0.9 + FVimBackgroundAltOpacity 0.9 + + " Title bar tweaks (themed with colorscheme) + FVimCustomTitleBar v:true + + " Debug UI overlay + FVimDrawFPS v:false + " Font debugging -- draw bounds around each glyph + FVimFontDrawBounds v:false + + " Font tweaks + FVimFontAntialias v:true + FVimFontAutohint v:true + FVimFontHintLevel 'full' + FVimFontSubpixel v:true + FVimFontLigature v:true + " can be 'default', '14.0', '-1.0' etc. + FVimFontLineHeight 'default' + + " Try to snap the fonts to the pixels, reduces blur + " in some situations (e.g. 100% DPI). + FVimFontAutoSnap v:true + + " Font weight tuning, possible values are 100..900 + FVimFontNormalWeight 100 + FVimFontBoldWeight 700 + + FVimUIPopupMenu v:false endif -- cgit v1.2.3