fix(config): use a minimal bootstrap for mason (#3427)

This commit is contained in:
kylo252 2022-11-05 16:46:52 +01:00 committed by GitHub
parent 58e0555b4c
commit 222a872dcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 49 additions and 0 deletions

View file

@ -106,6 +106,8 @@ function M:init(base_dir)
install_path = self.packer_install_dir,
}
require("lvim.core.mason").bootstrap()
return self
end