You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use neovim with kotlin-language-server. When I try to rename a function, it causes error:
/usr/share/nvim/runtime/lua/vim/uri.lua:107: URI must contain a scheme: /home/jing/D
ocuments/Project/someKotlinFile.kt
stack traceback:
[C]: in function 'assert'
/usr/share/nvim/runtime/lua/vim/uri.lua:107: in function 'uri_to_fname'
/usr/share/nvim/runtime/lua/vim/uri.lua:128: in function 'uri_to_bufnr'
/usr/share/nvim/runtime/lua/vim/lsp/util.lua:578: in function 'apply_text_document_edit'
/usr/share/nvim/runtime/lua/vim/lsp/util.lua:866: in function 'apply_workspace_edit'
/usr/share/nvim/runtime/lua/vim/lsp/handlers.lua:300: in function 'handler'
/usr/share/nvim/runtime/lua/vim/lsp/buf.lua:321: in function 'handler'
/usr/share/nvim/runtime/lua/vim/lsp.lua:1394: in function ''
vim/_editor.lua: in function <vim/_editor.lua:0>
Apparently, the file scheme is missing before the file location.
The text was updated successfully, but these errors were encountered:
I use
neovim
withkotlin-language-server
. When I try to rename a function, it causes error:Apparently, the file scheme is missing before the file location.
The text was updated successfully, but these errors were encountered: