mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 01:26:46 +00:00
10 lines
139 B
Lua
10 lines
139 B
Lua
return {
|
|
'williamboman/mason.nvim',
|
|
opts = {
|
|
ensure_installed = {
|
|
'typescript-language-server',
|
|
'biome',
|
|
},
|
|
},
|
|
}
|