auto install some lsp servers
This commit is contained in:
parent
3be2ddf908
commit
d362ccd264
@ -123,6 +123,16 @@ return {
|
|||||||
})
|
})
|
||||||
require('mason-lspconfig').setup({
|
require('mason-lspconfig').setup({
|
||||||
automatic_installation = false,
|
automatic_installation = false,
|
||||||
|
ensure_installed = {
|
||||||
|
'clangd',
|
||||||
|
'denols',
|
||||||
|
'neocmake',
|
||||||
|
'pyright',
|
||||||
|
'zk',
|
||||||
|
'lua_ls',
|
||||||
|
'jsonls',
|
||||||
|
'groovyls',
|
||||||
|
}
|
||||||
})
|
})
|
||||||
local lspconfig = require('lspconfig')
|
local lspconfig = require('lspconfig')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user