luan / vimfiles

The Vim Configuration. Uses vim-plug to manage plugins.
172 stars 58 forks source link

gometalinter not found #111

Closed ablease closed 6 years ago

ablease commented 6 years ago

On fresh install (go already installed on this machine) getting a problem when installing .vim/install: line 272: /Users/alex/.vim/gobin/gometalinter: No such file or directory I took a look in .vim/gobin/ and there are no go binaries in there....

Will take a look when I get home just about to leave the office.

luan commented 6 years ago

Huh, did you run the installer?

ablease commented 6 years ago

This was a problem with nvim I think. After i removed nvim and cleaned all its config and reinstalled, the install script worked. :)

luan commented 6 years ago

That's weird. Should totally work with nvim. Do you have the logs from that installation?

a-b commented 5 years ago

@luan deleting ~/.config/nvim/ folder solves this issue.