Search code examples
searchvimmacvimack

Turn on Ack in MacVIm


I'm new to MacVim and have installed Janus. I can't figure out how to search my project using Ack.vim.

For janus it says "Customizations: Janus rebinds command-shift-f () to bring up :Ack." But when I do command-shift-f I get this message:

The plugin ack is disabled for the following reason: The ack program is not installed

How do I use ack? If I have to install it, how do I do so? (guessing it has something to do with .vimrc or .vimrc.after but am not sure)

Thanks


Solution

  • You have to install ack first - it is an external program:

    Instructions for Mac OS can be found on the ack-website and require MacPorts or homebrew.