[vim] iferr ,ife and better previews when searching files

This commit is contained in:
Barak Michener 2024-01-16 15:41:36 -08:00
parent 61df077539
commit b9b5ebe807
3 changed files with 15 additions and 2 deletions

11
.vimrc
View file

@ -83,6 +83,17 @@ if exists('veonim')
set guifont=Droid\ Sans\ Mono\ Dotted:h20
" set linespace=10
endif
if exists('g:neovide')
let g:neovide_floating_blur_amount_x = 2.0
let g:neovide_floating_blur_amount_y = 2.0
let g:neovide_transparency = 0.95
let g:neovide_scroll_animation_length = 0.1
let g:neovide_cursor_animation_length = 0.05
let g:neovide_cursor_trail_size = 0.5
endif
" * Polyglot
let g:tex_flavor = 'latex'