Replies: 1 comment 4 replies
-
Do you have this problem with other language servers? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, not sure if this is correct place for this or if it's a potential bug with nvim-lspconfig, but I'm having troubles passing the setup to pylsp. A minimal version of my config looks like the following:
Notably I'm unable to see anything print when using the on_attach function within the lspconfig as is, but if the
lsp.on_attach()
function is used in it's place within the pylsp config I am able to print when a python file is opened. I've taken the configuration settings from here and I've tried multiple other settings with no avail.Any help is greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions