Neomake: README should note installation instructions

Created on 28 Jul 2016  路  3Comments  路  Source: neomake/neomake

README says:

Just set your makeprg and errorformat as normal, and run:

:Neomake!

I just installed neovim and was told by a friend that I should use NeoMake instead of syntastic. I do not know how to "set my makeprg or errorformat as normal". I assume I need to actually download this repository to a particular directory on my machine.

I'll be happy to update the documentation to link to an external resource with instructions once I can figure out what I'm supposed to be doing.

Thanks for the help! 馃樃

doc enhancement

Most helpful comment

The section is about usage, not installation (which is missing).
The recommended method is to use a plugin manager like https://github.com/junegunn/vim-plug (or Pathogen etc). I agree that this should be added as a section.

All 3 comments

I think I figured out an installation process that works:

$ [email protected]:neomake/neomake.git ~/.config/nvim/neomake
$ cd ~/.config/nvim/
$ ln -s neomake/autoload .
$ ln -s neomake/doc .
$ ln -s neomake/plugin .

The section is about usage, not installation (which is missing).
The recommended method is to use a plugin manager like https://github.com/junegunn/vim-plug (or Pathogen etc). I agree that this should be added as a section.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sirex picture sirex  路  6Comments

sakhnik picture sakhnik  路  5Comments

kevinsjoberg picture kevinsjoberg  路  8Comments

RenatoUtsch picture RenatoUtsch  路  4Comments

dolohow picture dolohow  路  5Comments