ctrl k
  • lua/plugins/snacks-picker.lua lua/plugins/snacks.lua
    ■ ■ ■ ■ ■ ■
    1 1  return {
    2 2   "folke/snacks.nvim",
    3  - init = function() require("astrocore").load_plugin_with_func("snacks.nvim", vim.ui, "select") end,
     3 + init = function() require("astrocore").load_plugin_with_func("snacks.nvim", vim.ui, { "select", "input" }) end,
    4 4   dependencies = { "nvim-treesitter/nvim-treesitter" },
    5  - opts = { picker = { ui_select = true } },
     5 + opts = { input = {}, picker = { ui_select = true } },
    6 6   specs = {
    7 7   {
    8 8   "AstroNvim/astrocore",
    skipped 111 lines
    120 120   },
    121 121   },
    122 122   { "nvim-telescope/telescope.nvim", enabled = false },
    123  - { "stevearc/dressing.nvim", opts = { select = { enabled = false } } },
     123 + { "stevearc/dressing.nvim", enabled = false },
    124 124   },
    125 125  }
    126 126   
Please wait...
Page is in error, reload to recover