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:
parent
7f556b3057
commit
665e022f9c
1
config/neovide/config.toml
Normal file
1
config/neovide/config.toml
Normal file
@ -0,0 +1 @@
|
|||||||
|
frame = "transparent"
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user