|
|
|
@ -490,6 +490,9 @@ require('lazy').setup({
|
|
|
|
|
ensure_installed = {
|
|
|
|
|
'clangd',
|
|
|
|
|
'codelldb',
|
|
|
|
|
'pyright',
|
|
|
|
|
'rust_analyzer',
|
|
|
|
|
'black'
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
config = true,
|
|
|
|
@ -654,7 +657,7 @@ require('lazy').setup({
|
|
|
|
|
clangd = {},
|
|
|
|
|
-- gopls = {},
|
|
|
|
|
pyright = {},
|
|
|
|
|
-- rust_analyzer = {},
|
|
|
|
|
rust_analyzer = {},
|
|
|
|
|
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
|
|
|
|
--
|
|
|
|
|
-- Some languages (like typescript) have entire language plugins that can be useful:
|
|
|
|
|