When I yank Japanese text in neovim and then paste it, the text is garbled.
The problem is fixed by using the following settings, but in 0.4, the characters were not garbled even without the settings, so is this a bug?
vim.api.nvim_command("language en_US")
The clipboard settings are always the following
vim.opt.clipboard = "unnamedplus"