diff options
Diffstat (limited to 'nvim/ginit.vim')
| -rw-r--r-- | nvim/ginit.vim | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/nvim/ginit.vim b/nvim/ginit.vim index d037612..6d2a58a 100644 --- a/nvim/ginit.vim +++ b/nvim/ginit.vim @@ -1,11 +1,11 @@ - -if exists("g:fvim_loaded") - set guifont=LiterationMono\ Nerd\ Font\ Mono:h18 - nnoremap <A-CR> :FVimToggleFullScreen<CR> - FVimCursorSmoothMove v:true - FVimCursorSmoothBlink v:true - nnoremap <C--> :FVimBackgroundComposition 'transparent'<CR>:FVimBackgroundOpacity 0.8<CR> - nnoremap <C-=> :FVimBackgroundComposition 'none'<CR>:FVimBackgroundOpacity 1<CR> - FVimCustomTitleBar v:true - -endif +
+if exists("g:fvim_loaded")
+ set guifont=LiterationMono\ Nerd\ Font\ Mono:h18
+ nnoremap <A-CR> :FVimToggleFullScreen<CR>
+ FVimCursorSmoothMove v:true
+ FVimCursorSmoothBlink v:true
+ nnoremap <C--> :FVimBackgroundComposition 'transparent'<CR>:FVimBackgroundOpacity 0.8<CR>
+ nnoremap <C-=> :FVimBackgroundComposition 'none'<CR>:FVimBackgroundOpacity 1<CR>
+ FVimCustomTitleBar v:true
+
+endif
|
