Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request ayamir#724 from ayamir/fix/jedi-to-pylsp
Browse files Browse the repository at this point in the history
fix(lsp): set default python lsp to `pylsp`, avoid high CPU load caused by `jedi`.
  • Loading branch information
ayamir authored May 8, 2023
2 parents 3a150ef + 9c5f0b5 commit 54fb7aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/core/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ settings["server_formatting_block_list"] = {
lua_ls = true,
tsserver = true,
clangd = true,
pylsp = true,
}

-- Set the language servers that will be installed during bootstrap here
Expand All @@ -75,7 +76,7 @@ settings["lsp_deps"] = {
"html",
"jsonls",
"lua_ls",
"jedi_language_server",
"pylsp",
-- "gopls",
}

Expand Down

0 comments on commit 54fb7aa

Please sign in to comment.