NVIM v0.11.4
Build type: Release
LuaJIT 2.1.1741730670
Run ":verbose version" for more info
Windows 11
Using the latest go.nvim I tried the :GoRun command on a go file I was editing, and I was shown this error:
E5108: Error executing lua ...Data/Local/nvim-data/lazy/guihua.lua/lua/guihua/util.lua:248: attempt to call field 'ft_to_lang' (a nil value)
stack traceback:
...Data/Local/nvim-data/lazy/guihua.lua/lua/guihua/util.lua:248: in function 'highlighter'
...ta/Local/nvim-data/lazy/guihua.lua/lua/guihua/sprite.lua:126: in function 'initialize'
...Data/Local/nvim-data/lazy/guihua.lua/lua/middleclass.lua:181: in function 'new'
...ppData/Local/nvim-data/lazy/go.nvim/lua/go/asyncmake.lua:210: in function 'make'
[string ":lua"]:1: in main chunk
I understand there are issues with treesitter utils in terms of the go.nvim plugin, so this issue may similar or related.
NVIM v0.11.4
Build type: Release
LuaJIT 2.1.1741730670
Run ":verbose version" for more info
Windows 11
Using the latest go.nvim I tried the
:GoRuncommand on a go file I was editing, and I was shown this error:I understand there are issues with treesitter utils in terms of the go.nvim plugin, so this issue may similar or related.