Skip to content
Discussion options

You must be logged in to vote

Didn't try hard enough.

nvim -u repro.lua repro.lua
-- repro.lua

vim.g.mapleader = " "

vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()

require("lazy.minit").repro({
  spec = {
    {
      "folke/snacks.nvim",
      lazy = false,
      keys = {
        {
          "<leader>o",
          function()
            Snacks.picker.lines({ layout = { preset = "searchy", preview = true }, title = "Current Buffer Fuzzy" })
          end,
          desc = "Current Buffer Fuzzy",
        },
      },
      opts = {
        picker = {
          -- BUG: Not `matchers`
          matcher = {
            frecency = true,…

Replies: 6 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@mxhuntr
Comment options

@drowning-cat
Comment options

Answer selected by mxhuntr
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@drowning-cat
Comment options

Comment options

You must be logged in to vote
1 reply
@drowning-cat
Comment options

Comment options

You must be logged in to vote
5 replies
@drowning-cat
Comment options

@drowning-cat
Comment options

@mxhuntr
Comment options

@drowning-cat
Comment options

@mxhuntr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants