update config
This commit is contained in:
parent
a2cb99d005
commit
ac048ab7a5
2
init.lua
2
init.lua
|
|
@ -684,8 +684,8 @@ require('lazy').setup({
|
||||||
local servers = {
|
local servers = {
|
||||||
clangd = {},
|
clangd = {},
|
||||||
gopls = {},
|
gopls = {},
|
||||||
pyright = {},
|
|
||||||
rust_analyzer = {},
|
rust_analyzer = {},
|
||||||
|
jedi_language_server = {},
|
||||||
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
-- ... 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:
|
-- Some languages (like typescript) have entire language plugins that can be useful:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue