mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Update
This commit is contained in:
parent
75eee2acfc
commit
fa8c3f1490
1 changed files with 9 additions and 0 deletions
|
|
@ -12,6 +12,15 @@ return {
|
|||
bashls = {},
|
||||
},
|
||||
},
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"pyright",
|
||||
"lua_ls",
|
||||
"yamlls",
|
||||
"bashls",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue