mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Update
This commit is contained in:
parent
4282093b14
commit
f3f84770ad
1 changed files with 0 additions and 28 deletions
|
|
@ -1,28 +0,0 @@
|
|||
-- ~/.config/nvim/lua/plugins/mason.lua
|
||||
return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
---@class PluginLspOpts
|
||||
opts = {
|
||||
---@type lspconfig.options
|
||||
servers = {
|
||||
pyright = {},
|
||||
lua_ls = {},
|
||||
yamlls = {},
|
||||
bashls = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"mason-org/mason.nvim",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"pyright",
|
||||
"lua_ls",
|
||||
"yamlls",
|
||||
"bashls",
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Reference in a new issue