neovim: configure python-ruff LSP instead of pylsp

This commit is contained in:
teutat3s 2024-11-11 18:02:10 +01:00
parent 1b6bcf7470
commit d9262e6f4b
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -109,7 +109,7 @@ setup('gopls', {
}
})
setup('phpactor')
setup('pylsp')
setup('ruff_lsp') -- python3
setup('solargraph') -- ruby
setup('rust_analyzer', {
settings = {