config v1

This commit is contained in:
asep.komarudin 2024-04-15 18:41:24 +07:00
parent c651a8ca42
commit cc7c63dc46
18 changed files with 186 additions and 374 deletions

View file

@ -18,18 +18,12 @@ if vim.g.neovide then
-- config for transparent
--vim.g.neovide_transparency = 0.8
vim.g.neovide_hide_mouse_when_typing = false
vim.g.neovide_transparency = 1
vim.g.neovide_underline_automatic_scaling = false
vim.g.neovide_refresh_rate_idle = 5
vim.g.neovide_no_idle = true
vim.g.neovide_remember_window_size = true
vim.g.neovide_touch_drag_timeout = 0.17
vim.g.neovide_show_border = false
vim.g.neovide_theme = "auto"
vim.g.neovide_confirm_quit = true
vim.g.neovide_remember_window_size = true
vim.g.neovide_cursor_smooth_blink = true
-- animation config
--vim.g.neovide_scroll_animation_length = 0.3
--vim.g.neovide_cursor_animation_length = 0.13