I'm trying to get Ensime for Vim working, I compiled the project for ensime using sbt 'update' then 'dist',开发者_开发百科 and compiled the c file, but when i try starting ensime in Vim with :Ensime it prints out this error
pid : 8492, bufnr : 2
no .ensime file found!
no .ensime file found!
no .ensime file found!
no .ensime file found!
and keeps repeating it till I shut vim down.
You need to create a .ensime file. Read the documentation.
精彩评论