Update config

This commit is contained in:
Hydroxycarbamide 2024-10-06 01:35:39 +02:00
parent b0788b654c
commit 3bc203a1f1
4 changed files with 147 additions and 39 deletions

View file

@ -16,11 +16,18 @@ return {
g = { -- configure vim.g variables
-- configure scaling
neovide_scale_factor = 1.0,
-- configure padding
neovide_padding_top = 20,
neovide_padding_bottom = 20,
neovide_padding_right = 20,
neovide_padding_left = 20,
-- scroll
neovide_scroll_animation_length = 0.1,
-- vfx
neovide_cursor_vfx_mode = "pixiedust",
},
},
},