From 5107a24190ebf257b8abe3bf959a0c1b1e032e53 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 2 Jan 2023 15:27:37 +0100 Subject: minor improvements --- vimrc-common | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'vimrc-common') diff --git a/vimrc-common b/vimrc-common index 6201d4b..03daedd 100644 --- a/vimrc-common +++ b/vimrc-common @@ -123,6 +123,14 @@ if has('nvim') " Neovim? set inccommand=nosplit | " preview substitute and such things in real time endif +if exists("g:neovide") + set guifont=monospace:h11:b + let g:neovide_cursor_animation_length=0.03 + let g:neovide_cursor_trail_size=0.8 + let g:neovide_scroll_animation_length = 0.05 + let g:neovide_transparency = 0.9 +endif + set pumheight=8 | " Determines the maximum number of items to show in the pop-up menu for set scrolljump=4 | " how many lines get scrolled into view when cursor reaches the screens edge set scrolloff=4 | " keeps cursor centered -- cgit v1.2.3