Created
August 12, 2025 01:10
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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