Compare commits
2 commits
75ad89d4b5
...
060cb7d30a
| Author | SHA1 | Date | |
|---|---|---|---|
| 060cb7d30a | |||
| 32c3bc4db1 |
1 changed files with 1 additions and 8 deletions
|
|
@ -86,14 +86,7 @@ require("lazy").setup({
|
|||
{ "mason-org/mason.nvim", version = "^v2.2.1", opts = {} },
|
||||
{ "neovim/nvim-lspconfig", version = "^v2.5.0"}
|
||||
},
|
||||
config = function()
|
||||
require("mason-lspconfig").setup({})
|
||||
|
||||
local lspconfig = require("lspconfig")
|
||||
for _, server in ipairs(require("mason-lspconfig").get_installed_servers()) do
|
||||
lspconfig[server].setup({})
|
||||
end
|
||||
end,
|
||||
opts = {},
|
||||
},
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue