Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我按照官方指南打开空间vim中的C语言层
但是当我通过SPC lr编译和运行代码时,它告诉我未定义键绑定
我认为这个编译和运行功能应该通过启用层自动打开。有什么方法可以检查图层(相应的插件)是否安装正确
首先,确保lang#c层已加载到您的配置文件中。您可以通过 打开配置文件SPC f v d,然后重新启动您的 vim/neovim。
lang#c
SPC f v d
重启vim后,再打开ac文件。你现在可以使用SPC l r了。请阅读:h spacevim-layer-lang-c更多信息,或查看图层页面:
SPC l r
:h spacevim-layer-lang-c
http://spacevim.org/layers/lang/c/