Zen
Zen

Reputation: 857

Ensime Vim .ensime file not found

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.

Upvotes: 3

Views: 869

Answers (1)

Kim Stebel
Kim Stebel

Reputation: 42037

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

Upvotes: 1

Related Questions