Skip to content

Instantly share code, notes, and snippets.

@kiyoon
Created August 12, 2025 01:10
Show Gist options
  • Save kiyoon/20475c74cbfcbe530af07a40332b1c57 to your computer and use it in GitHub Desktop.
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