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
I built a windows/arm64 Neovim which use the MSVC arm64 build tools, and installed LazyVim.
On startup, it strikes me an error message:
Failed to source`C:/Users/ares/AppData/Local/nvim-data/lazy/nvim-treesitter-textobjects/plugin/nvim-treesitter-textobjects.vim`
vim/_editor.lua:439: User Autocommands for"VeryLazy"..script nvim_exec2() called at User Autocommands for"VeryLazy":0..C:/Users/ares/AppData/Local/nvim-data/lazy/nvim-treesitter-textobjects/plugin/nvim-treesitter-textobjects.vim, line 3: Vim(lua):E5108: Error executing lua C:/Program Files/Neovim/share/nvim/runtime/lua/vim/iter.lua:236: flatten() requires a list-like table
stack traceback:
[C]: infunction'error'
C:/Program Files/Neovim/share/nvim/runtime/lua/vim/iter.lua:236: infunction'flatten'
...data/lazy/nvim-treesitter/lua/nvim-treesitter/compat.lua:33: infunction'flatten'
...-data/lazy/nvim-treesitter/lua/nvim-treesitter/utils.lua:86: infunction'setup_commands'
...eesitter-textobjects/lua/nvim-treesitter-textobjects.lua:70: infunction'init'
[string ":lua"]:1: in main chunk
[C]: infunction'nvim_exec2'
vim/_editor.lua:439: infunction'cmd'
.../Local/nvim-data/lazy/lazy.nvim/lua/lazy/core/loader.lua:510: infunction<.../Local/nvim-data/lazy/lazy.nvim/lua/lazy/core/loader.lua:509>
[C]: infunction'xpcall'
...ta/Local/nvim-data/lazy/lazy.nvim/lua/lazy/core/util.lua:135: infunction'try'
.../Local/nvim-data/lazy/lazy.nvim/lua/lazy/core/loader.lua:509: infunction'source'
.../Local/nvim-data/lazy/lazy.nvim/lua/lazy/core/loader.lua:457: infunction'source_runtime'
.../Local/nvim-data/lazy/lazy.nvim/lua/lazy/core/loader.lua:425: infunction'packadd'
.../Local/nvim-data/lazy/lazy.nvim/lua/lazy/core/loader.lua:359: infunction'_load'
.../Local/nvim-data/lazy/lazy.nvim/lua/lazy/core/loader.lua:197: infunction'load'
...nvim-data/lazy/lazy.nvim/lua/lazy/core/handler/event.lua:85: infunction<...nvim-data/lazy/lazy.nvim/lua/lazy/core/handler/event.lua:72>
[C]: infunction'nvim_exec_autocmds'
...ta/Local/nvim-data/lazy/lazy.nvim/lua/lazy/core/util.lua:175: infunction<...ta/Local/nvim-data/lazy/lazy.nvim/lua/lazy/core/util.lua:169># stacktrace:
- vim\_editor.lua:439 _in_ **cmd**
FYI, windows/amd64 Neovim doesn't have this issue. So I'm wondering there may have some quirks with lua.
The text was updated successfully, but these errors were encountered:
Describe the bug
I built a windows/arm64 Neovim which use the MSVC arm64 build tools, and installed LazyVim.
On startup, it strikes me an error message:
FYI, windows/amd64 Neovim doesn't have this issue. So I'm wondering there may have some quirks with lua.
The text was updated successfully, but these errors were encountered: