mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Update
This commit is contained in:
parent
2ba074efcb
commit
fe92065764
1 changed files with 6 additions and 6 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
-- ~/.config/nvim/lua/plugins/mason.lua
|
-- ~/.config/nvim/lua/plugins/mason.lua
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"mason-org/mason-lspconfig.nvim",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
ensure_installed = {
|
servers = {
|
||||||
"lua_ls",
|
lua_ls = {},
|
||||||
"pyright",
|
pyright = {},
|
||||||
"yamlls",
|
yamlls = {},
|
||||||
"bashls",
|
bashls = {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue