使用OCaml的vim / merlin插件时出现问题

时间:2017-04-26 21:55:51

标签: vim ocaml merlin

我正在尝试在线阅读文档,但我遇到了一些绊脚石。

将此代码添加到我的.vimrc:

set rtp^="/home/z/.opam/system/share/ocp-indent/vim"
let g:opamshare = substitute(system('opam config var share'),'\n$','','''')
execute "set rtp+=" . g:opamshare . "/merlin/vim"

我最终得到以下错误:

E115: Missing quote: ''')
E116: Invalid arguments for function substitute(system('opam config var share'),'\n$','',''')
E15: Invalid expression: substitute(system('opam config var share'),'\n$','',''')
line  202:
E121: Undefined variable: g:opamshare
E15: Invalid expression: "set rtp+=" . g:opamshare . "/merlin/vim"

非常感谢任何帮助。

我还没有运行opam user-setup install,因为我不确定这是否能解决问题。

谢谢!

0 个答案:

没有答案