mattn / vim-lsp-settings

Auto configurations for Language Server for vim-lsp
MIT License
1.29k stars 231 forks source link

Add ruff-lsp #662

Closed jrjsmrtn closed 1 year ago

jrjsmrtn commented 1 year ago

Fixes #661 :-)

I have not tested on Windows, though.

georgettica commented 1 year ago

for those who want to use this now:

 Plug 'jrjsmrtn/vim-lsp-settings',  { 'branch': 'add-ruff-lsp-support' }
mattn commented 1 year ago

Thank you