antosha417 / nvim-lsp-file-operations

Neovim plugin that adds support for file operations using built-in LSP
Apache License 2.0
271 stars 16 forks source link

Python support? #38

Open lukoshkin opened 1 month ago

lukoshkin commented 1 month ago

Hey! Does this work in Python? I tried but didn't manage to make it work

antosha417 commented 1 month ago

Hey @lukoshkin! Which language server have you tried? Does it support file operations?

lukoshkin commented 1 month ago

I tried pyright and pylsp. But that experiment was quite dirty. Since they interfere with each other. I will try new tests later. Particularly I will try to find lsp that support file operations @antosha417