mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 21:41:04 +00:00
Update
This commit is contained in:
parent
fe92065764
commit
6b73ec0e98
1 changed files with 9 additions and 9 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
-- ~/.config/nvim/lua/plugins/mason.lua
|
-- ~/.config/nvim/lua/plugins/mason.lua
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"mason-org/mason-lspconfig.nvim",
|
||||||
opts = {
|
opts = function(_, opts)
|
||||||
servers = {
|
opts.ensure_installed = {
|
||||||
lua_ls = {},
|
"lua_ls",
|
||||||
pyright = {},
|
"pyright",
|
||||||
yamlls = {},
|
"yamlls",
|
||||||
bashls = {},
|
"bashls",
|
||||||
},
|
}
|
||||||
},
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue