mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21: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
|
||||
return {
|
||||
{
|
||||
"mason-org/mason-lspconfig.nvim",
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"lua_ls",
|
||||
"pyright",
|
||||
"yamlls",
|
||||
"bashls",
|
||||
servers = {
|
||||
lua_ls = {},
|
||||
pyright = {},
|
||||
yamlls = {},
|
||||
bashls = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue