Skip to content

Commit

Permalink
Merge pull request #713 from ayamir/chore/pyright-to-jedi
Browse files Browse the repository at this point in the history
chore(settings): replace `pright` with `jedi_language_server`.
  • Loading branch information
ayamir authored May 6, 2023
2 parents e09dabc + 0108ed6 commit 1d901b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/core/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ settings["lsp_deps"] = {
"html",
"jsonls",
"lua_ls",
"pyright",
"jedi_language_server",
-- "gopls",
}

Expand Down

0 comments on commit 1d901b7

Please sign in to comment.