Skip to content

Commit

Permalink
fix(lsp): set default python lsp to pylsp, avoid high CPU load caus…
Browse files Browse the repository at this point in the history
…ed by `jedi`.

#721
  • Loading branch information
ayamir committed May 8, 2023
1 parent 3a150ef commit 9c5f0b5
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 9c5f0b5

Please sign in to comment.