AutoYADM commit: 2024-12-15 23:45:01

This commit is contained in:
Daniel Fichtinger 2024-12-15 23:45:01 -05:00
parent 4829cd7c07
commit 5ab6d5fdcb
4 changed files with 8 additions and 2 deletions

View file

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