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
nvim --version P
NVIM v0.9.0
Build type: Release
LuaJIT 2.1.0-beta3
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/opt/homebrew/Cellar/neovim/0.9.0/share/nvim"
启动时出现如下错误
Error detected while processing /Users/xxx/_vim_configs/new2/config_nvim/init.lua:
E5113: Error while calling lua chunk: /Users/xxx/.config/nvim/lua/autocmds.lua:36: Required: 'command' or 'callback'
stack traceback:
[C]: in function 'autocmd'
/Users/xxx/.config/nvim/lua/autocmds.lua:36: in main chunk
[C]: in function 'require'
/Users/xxx/_vim_configs/new2/config_nvim/init.lua:10: in main chunk
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
之前一直用着挺好的,不知道从什么时候开始启动时会出现问题。
配置是main branch上的最新版本。
启动时出现如下错误
其中36行-42行为
猜测可能是因为callback这行
Beta Was this translation helpful? Give feedback.
All reactions