Skip to content

Instantly share code, notes, and snippets.

@kiyoon
Created August 12, 2025 01:10
Show Gist options
  • Select an option

  • Save kiyoon/20475c74cbfcbe530af07a40332b1c57 to your computer and use it in GitHub Desktop.

Select an option

Save kiyoon/20475c74cbfcbe530af07a40332b1c57 to your computer and use it in GitHub Desktop.
Neovim Reproduction Minimal Config. Run with `nvim -u repro.lua` and it will create `.repro` to install everything.
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/trouble.nvim", opts = {} },
-- add any other plugins here
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment