Ensime Vim .ensime file not found

874 Views Asked by At

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.

1

There are 1 best solutions below

2
On

You need to create a .ensime file. Read the documentation.