File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,16 +154,16 @@ Neovide also exposes a Lua function called commit_handler() in addition to preed
154154details, see [ IME handling on the API page] ( api.html#ime-handling ) .
155155
156156If 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
158158repository for more information. Example: Installation with Lazy.nvim
159159
160160``` lua
161161return {
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
You can’t perform that action at this time.
0 commit comments