diff options
| author | U-WINDOWS-PC\user <alex@cogarr.net> | 2025-02-01 01:28:27 -0600 |
|---|---|---|
| committer | U-WINDOWS-PC\user <alex@cogarr.net> | 2025-02-01 01:28:27 -0600 |
| commit | a23d8e64eddba48b02ece6d425ccea3d4c07632d (patch) | |
| tree | 1b69fc8b00b1bfba9c92543c3ca5bb36de098d13 /nvim/ginit.vim | |
| parent | 8e262292585fd0eb031738ac05eee4a1bdd91e84 (diff) | |
| download | dotfiles-a23d8e64eddba48b02ece6d425ccea3d4c07632d.tar.gz dotfiles-a23d8e64eddba48b02ece6d425ccea3d4c07632d.tar.bz2 dotfiles-a23d8e64eddba48b02ece6d425ccea3d4c07632d.zip | |
more dotfiles
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
|
