diff options
| -rw-r--r-- | nvim/ginit.vim | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/nvim/ginit.vim b/nvim/ginit.vim index 6d2a58a..a79795b 100644 --- a/nvim/ginit.vim +++ b/nvim/ginit.vim @@ -1,11 +1,10 @@ -
-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 |
