AutoYADM commit: 2024-12-16 00:00:02

This commit is contained in:
Daniel Fichtinger 2024-12-16 00:00:02 -05:00
parent 5ab6d5fdcb
commit 3b29e0978e

View file

@ -13,5 +13,5 @@ if vim.g.neovide then
hide_mouse_when_typing = true, hide_mouse_when_typing = true,
}, },
} }
require("neovide-config").setup() require("neovide-config").setup(nv_opts)
end end