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
Describe the bug
Semantic tokens appear to be broken by files that contain non UTF-8 characters.
Logs (Required)
Error executing vim.schedule lua callback: ....10.2/share/nvim/runtime/lua/vim/lsp/semantic_tokens.lua:304: ....10.2/share/nvim/runtime/lua/vim/lsp/semantic_tokens.lua:149
: index out of range
stack traceback:
[builtin#36]: at 0x7f16a7547e00
....10.2/share/nvim/runtime/lua/vim/lsp/semantic_tokens.lua:304: in function 'handler'
...wrapped-0.10.2/share/nvim/runtime/lua/vim/lsp/client.lua:687: in function ''
vim/_editor.lua: in function <vim/_editor.lua:0>
Configuration
I use nixvim to configure nixd. These are my settings:
Describe the bug
Semantic tokens appear to be broken by files that contain non UTF-8 characters.
Logs (Required)
Error executing vim.schedule lua callback: ....10.2/share/nvim/runtime/lua/vim/lsp/semantic_tokens.lua:304: ....10.2/share/nvim/runtime/lua/vim/lsp/semantic_tokens.lua:149
: index out of range
stack traceback:
[builtin#36]: at 0x7f16a7547e00
....10.2/share/nvim/runtime/lua/vim/lsp/semantic_tokens.lua:304: in function 'handler'
...wrapped-0.10.2/share/nvim/runtime/lua/vim/lsp/client.lua:687: in function ''
vim/_editor.lua: in function <vim/_editor.lua:0>
Configuration
I use nixvim to configure nixd. These are my settings:
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: