我正试图将vim和插件一起封装起来。我在使用奇点容器。最重要的插件是。我封装插件的方法是安装vim并将所有插件克隆到/etc/vim/plugin中,并在构建过程中编译youcompleteme。生成映像后,使用指向/etc/vim的修改后的runtimepath (rtp)启动vim
奇点运行vim_image.sif vim --cmd
我有两个终端会话,一个运行Vim,另一个运行Python (或iPython) REPL。我在iPython REPL会话中键入这些条目:In [2]: y = 26
# lines from Vim are silently inserted here and executed, which prints...sco