summaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
authorAlex Pickering <alexanderpickering@ITs-MacBook-Pro.local>2025-05-15 16:49:33 -0500
committerAlex Pickering <alexanderpickering@ITs-MacBook-Pro.local>2025-05-15 16:49:33 -0500
commitafc1c1c41a677f1ead9bda9f599b06595af4dbd8 (patch)
tree2c1c293ee6fe8f2709ace6a76100e84d892c1344 /nvim
parent42f78b2cd7854621eeeaab96fe93eeec0415bd71 (diff)
downloaddotfiles-afc1c1c41a677f1ead9bda9f599b06595af4dbd8.tar.gz
dotfiles-afc1c1c41a677f1ead9bda9f599b06595af4dbd8.tar.bz2
dotfiles-afc1c1c41a677f1ead9bda9f599b06595af4dbd8.zip
Remove windows newlines from ginit
Diffstat (limited to 'nvim')
-rw-r--r--nvim/ginit.vim21
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