mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
config v1
This commit is contained in:
parent
c651a8ca42
commit
cc7c63dc46
18 changed files with 186 additions and 374 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue