mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 14:49:43 +02:00
fix(config): use a minimal bootstrap for mason (#3427)
This commit is contained in:
parent
58e0555b4c
commit
222a872dcc
2 changed files with 49 additions and 0 deletions
|
@ -106,6 +106,8 @@ function M:init(base_dir)
|
|||
install_path = self.packer_install_dir,
|
||||
}
|
||||
|
||||
require("lvim.core.mason").bootstrap()
|
||||
|
||||
return self
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue