我正在尝试让Ensime for Vim正常工作,我使用sbt 'update‘然后'dist’为compiled编译了项目,并编译了c文件,但当我尝试使用ensime在Vim中启动ensime时,它会打印出这个错误
pid : 8492, bufnr : 2
no .ensime file found!
no .ensime file found!
no .ensime file found!
no .ensime file found!然后一直重复直到我把vim关掉。
发布于 2010-12-28 18:35:14
您需要创建一个.ensime文件。阅读documentation。
https://stackoverflow.com/questions/4544097
复制相似问题