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

Commit

Permalink
chore(settings): replace pright with jedi_language_server.
Browse files Browse the repository at this point in the history
(cherry picked from commit 0108ed6)
  • Loading branch information
ayamir authored and boomker committed May 10, 2023
1 parent 133ab67 commit be49322
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 @@ -62,7 +62,7 @@ settings["server_formatting_block_list"] = {
-- https://github.com/neovim/nvim-lspconfig/tree/master/lua/lspconfig/server_configurations
---@type string[]
settings["lsp_deps"] = {
"bashls", "clangd", "html", "jsonls", "lua_ls", "pyright", "ruff_lsp"
"bashls", "clangd", "html", "jsonls", "lua_ls", "jedi_language_server", "ruff_lsp"
-- "gopls",
}

Expand Down

0 comments on commit be49322

Please sign in to comment.