1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Neovide config tweaks

New version deprecated background_color and introduced transparent title
bars for macOS with the `frame` option.
This commit is contained in:
Dan Barber 2024-02-07 11:44:11 -06:00
parent 7f556b3057
commit 665e022f9c
2 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1 @@
frame = "transparent"

View File

@ -42,5 +42,4 @@ vim.g["test#strategy"] = "toggleterm"
-- Neovide -- Neovide
if vim.g.neovide then if vim.g.neovide then
vim.g.neovide_cursor_animation_length = 0 vim.g.neovide_cursor_animation_length = 0
vim.g.neovide_background_color = "#20252c"
end end