Skip to content
Discussion options

You must be logged in to vote
  1. I'm not sure why this error occurs:

    repro.lua
    vim.env.LAZY_STDPATH = '.repro'
    load(vim.fn.system 'curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua')()
    
    ---@module 'snacks'
    ---@module 'blink.cmp'
    
    -- Steps:
    --   1. nvim -u repro.lua repro.lua
    --   2. expand trig~ with <C-y>
    --   3. Press <C-a>
    
    require('lazy.minit').repro { ---@diagnostic disable-line
      spec = {
        {
          'folke/snacks.nvim',
          ---@type snacks.Config
          opts = {
            picker = {
              ui_select = true,
            },
          },
        },
        {
          'saghen/blink.cmp',
          build = 'cargo build --release',
          dependencies = {
            { 'L3MON4D3/LuaSnip', version = 'v2.*' },
          },…

Replies: 1 comment 2 replies

Comment options

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

@Jaehaks
Comment options

Answer selected by Jaehaks
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