mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 05:51:04 +00:00
fix: example.lua
repo name change to https://github.com/mason-org/mason.nvim
This commit is contained in:
parent
803bc181d7
commit
22562b0ee8
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ return {
|
||||||
|
|
||||||
-- add any tools you want to have installed below
|
-- add any tools you want to have installed below
|
||||||
{
|
{
|
||||||
"williamboman/mason.nvim",
|
"mason-org/mason.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"stylua",
|
"stylua",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue