camspiers / snap

A fast finder system for neovim.
The Unlicense
483 stars 16 forks source link

Error after updating to most recent #51

Closed nashio closed 3 years ago

nashio commented 3 years ago

After pulling the latest. I'm now getting this error Error executing lua path_here/bundle/snap/lua/snap/view/view.lua:71: Invalid key 'noautocmd'

This is my config:

  local snap = require'snap'                                                                                                                          
  snap.register.map({"n"}, {"<Leader>s"}, function ()                                                                                                 
    snap.run {                                                                                                                                        
      producer = snap.get'producer.ripgrep.vimgrep',                                                                                                  
      select = snap.get'select.vimgrep'.select,                                                                                                       
      multiselect = snap.get'select.vimgrep'.multiselect,                                                                                             
      views = {snap.get'preview.vimgrep'}                                                                                                             
    }                                                                                                                                                 
  end)  

any ideas?

nashio commented 3 years ago

turns out I needed the most recent version of neovim