Skip to content
Discussion options

You must be logged in to vote

@drowning-cat @dpetka2001 actually it is not related to nvim-tree as I initially thought.
In my config I have this option set switchbuf = "usetab". And this is causing the issue with the buffers picker:

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

vim.o.switchbuf = "usetab"

require("lazy.minit").repro({
  spec = {
    {
      "folke/snacks.nvim",
      keys = {
        {
          "<C-b>",
          function()
            Snacks.picker.buffers()
          end,
        },
        {
          "<C-s>",
          function()
            Snacks.picker.files()
          end,
        },
      },
      opts =

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
4 replies
@doums
Comment options

@doums
Comment options

@drowning-cat
Comment options

@dpetka2001
Comment options

Comment options

You must be logged in to vote
5 replies
@dpetka2001
Comment options

@doums
Comment options

@doums
Comment options

@dpetka2001
Comment options

@doums
Comment options

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