Skip to content

Commit e59a724

Browse files
sevenc-nanashifredizzimo
authored andcommitted
docs: replace neovide-ime.nvim with neov-ime.nvim
1 parent 1e0c6ac commit e59a724

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

website/docs/faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,16 @@ Neovide also exposes a Lua function called commit_handler() in addition to preed
154154
details, see [IME handling on the API page](api.html#ime-handling).
155155

156156
If you’d prefer not to set this up yourself, you can use
157-
[kanium3/neovide_ime.nvim](https://github.com/kanium3/neovide-ime.nvim). Please refer to that
157+
[sevenc-nanashi/neov-ime.nvim](https://github.com/sevenc-nanashi/neov-ime.nvim). Please refer to that
158158
repository for more information. Example: Installation with Lazy.nvim
159159

160160
```lua
161161
return {
162-
"kanium3/neovide-ime.nvim"
162+
"sevenc-nanashi/neov-ime.nvim",
163163
}
164164
```
165165

166-
Related: [PR #3110](https://github.com/neovide/neovide/pull/3110)
166+
Related: [PR #3110](https://github.com/neovide/neovide/pull/3110), [PR #3221](https://github.com/neovide/neovide/pull/3221)
167167

168168
## Neovide Is Not Picking Up Some Shell-configured Information
169169

0 commit comments

Comments
 (0)