mirror of
https://github.com/Hydroxycarbamide/astrovim_user.git
synced 2025-05-05 20:39:08 -04:00
Update config
This commit is contained in:
parent
b0788b654c
commit
3bc203a1f1
4 changed files with 147 additions and 39 deletions
|
@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue