Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pylyzer's trange complection behavior in neovim #71

Open
yao-weijie opened this issue Dec 27, 2023 · 0 comments
Open

pylyzer's trange complection behavior in neovim #71

yao-weijie opened this issue Dec 27, 2023 · 0 comments

Comments

@yao-weijie
Copy link

yao-weijie commented Dec 27, 2023

There are 2 strange complection behavior of pylyzer confused me:

  1. pylyzer seems to set the 'preselect' option on by default, and any key press will trigger pylyzer's auto-completion, how to disable this feature?
    Peek 2023-12-27 19-15
  2. pylyzer provides to many completion items even not imported, how to disable this auto import feature
    Peek 2023-12-27 19-18

environment:

  1. neovim 0.9.4
  2. pylyzer: installed with mason, start with mason-lspconfig with default configuartions
  3. use nvim-cmp to auto complete

I set the following config for pylyzer but don't work

    settings = {
        python = {
            smartCompletion = false,
        },
    },
@yao-weijie yao-weijie changed the title This pylyzer's trange complection behavior in neovim Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant