HallerPatrick / py_lsp.nvim

Lsp Plugin for working with Python virtual environments
100 stars 12 forks source link

Improve options: remove on_attach preset and add capabilities #8

Closed d-miketa closed 3 years ago

d-miketa commented 3 years ago

Also removes the completion dependency.

Resolves https://github.com/HallerPatrick/py_lsp.nvim/issues/7

PS: I think I added some automatic styling in the first, older commit – sorry!

HallerPatrick commented 3 years ago

Hey @d-miketa, thanks for the issue and also for also implementing it. As I said in the README is plugin is tailored to my use case, but I am happy to make this more viable for everyone. :) Also including the capabilities is a great idea.

Thanks for the contribution !

d-miketa commented 3 years ago

And thank you for sharing the plugin! It's very helpful. :)

By the way, the Readme is missing any mention of capabilities – apologies for not adding that myself.

HallerPatrick commented 3 years ago

Thanks for mentioning. No problem, will add this :)