update config

This commit is contained in:
Phillip Nguyen 2024-04-04 00:14:37 +07:00 committed by Phillip Nguyen
parent a2cb99d005
commit ac048ab7a5
1 changed files with 1 additions and 1 deletions

View File

@ -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: