diff options
| author | Alexander M Pickering <alex@cogarr.net> | 2025-07-05 16:34:34 -0500 |
|---|---|---|
| committer | Alexander M Pickering <alex@cogarr.net> | 2025-07-05 16:34:34 -0500 |
| commit | 9a1701b5d6364e540b7af3d9de55a644e330fcfd (patch) | |
| tree | 8a142a1d9f23a90142630de7c966efe01eb57a03 /nvim/ginit.vim | |
| parent | ebe28d070be0926f473e0f87004140e85fc75d97 (diff) | |
| download | dotfiles-9a1701b5d6364e540b7af3d9de55a644e330fcfd.tar.gz dotfiles-9a1701b5d6364e540b7af3d9de55a644e330fcfd.tar.bz2 dotfiles-9a1701b5d6364e540b7af3d9de55a644e330fcfd.zip | |
AI additions
Diffstat (limited to 'nvim/ginit.vim')
| -rw-r--r-- | nvim/ginit.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nvim/ginit.vim b/nvim/ginit.vim index a79795b..dc40609 100644 --- a/nvim/ginit.vim +++ b/nvim/ginit.vim @@ -1,5 +1,5 @@ -if exists("g:fvim_loaded") +if exists("g:fvim_loaded") || exists("g:nvy") set guifont=LiterationMono\ Nerd\ Font\ Mono:h18 nnoremap <A-CR> :FVimToggleFullScreen<CR> FVimCursorSmoothMove v:true @@ -8,3 +8,5 @@ if exists("g:fvim_loaded") nnoremap <C-=> :FVimBackgroundComposition 'none'<CR>:FVimBackgroundOpacity 1<CR> FVimCustomTitleBar v:true endif + + |
