mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
26 lines
539 B
Lua
26 lines
539 B
Lua
return {
|
|
"williamboman/mason-lspconfig.nvim",
|
|
dependencies = {
|
|
"williamboman/mason.nvim",
|
|
"onsails/lspkind-nvim",
|
|
"famiu/bufdelete.nvim",
|
|
"ray-x/lsp_signature.nvim",
|
|
"neovim/nvim-lspconfig"
|
|
},
|
|
opts = {
|
|
ensure_installed = {
|
|
"bashls",
|
|
"clangd",
|
|
"dockerls",
|
|
"gopls",
|
|
"jsonls",
|
|
"jedi_language_server",
|
|
"lua_ls",
|
|
"terraformls",
|
|
"tsserver",
|
|
"texlab",
|
|
"yamlls",
|
|
}
|
|
}
|
|
}
|