mirror of https://github.com/LazyVim/starter
11 lines
141 B
Lua
11 lines
141 B
Lua
|
return {
|
||
|
{
|
||
|
"williamboman/mason.nvim",
|
||
|
opts = {
|
||
|
ensure_installed = {
|
||
|
"svelte-language-server",
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|