Is it possible dump installed list? #1026
Unanswered
flavono123
asked this question in
Q&A
Replies: 1 comment
-
|
I found local packages = require('mason-registry').get_installed_package_names()
table.sort(packages)
for _, package in pairs(packages) do print(package) end |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm gonna use Neovim and Mason in my new machine.
To install, in old machine packages(lang server, dap, linters .. ), easily also in new machine, how can I do this?
Is there a way to dump installed package list? like
brew bundle dumpor requirements.txt of python.Beta Was this translation helpful? Give feedback.
All reactions