Not able to use jedi_complete with pylsp and nvim-cmp when installed with nvim-lsp-installer

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • nvim-cmp

    A completion plugin for neovim coded in Lua.

  • I've been using nvim-cmp with luasnip for awhile now and have had a good time with it, especially after I learned that you can get the automatic argument filling functionality with pylsp and jedi using:

  • LuaSnip

    Snippet Engine for Neovim written in Lua.

  • I've been using nvim-cmp with luasnip for awhile now and have had a good time with it, especially after I learned that you can get the automatic argument filling functionality with pylsp and jedi using:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • nvim-lsp-installer

    Discontinued Further development has moved to https://github.com/williamboman/mason.nvim!

  • And today I learned about the nvim-lsp-installer which would make my life a bit easier. So I added it to packer, did `pip uninstall python-lsp-server` and then went back into neovim to do `:LspInstall pylsp`. I didn't get any errors or anything, but when I went into a python document where I had a function with multiple parameters waiting to be called, I only got `function()` instead of `function(placeholders, go, here)` filled in.

  • public-nvim

  • My neovim configs are here with the relevant parts likely being in lua/plugins/{packer.lua, cmp.lua, lsp.lua, lsp_installer.lua} if that helps any.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts