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