1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Back to pylsp

This commit is contained in:
Mo 2022-10-09 01:15:57 +02:00
parent 52b8d7160f
commit 71ccf15b24

View file

@ -46,7 +46,7 @@ local function on_attach_with_formatting(client, bufnr)
format_on_save(client, bufnr)
end
lspconfig["jedi_language_server"].setup({
lspconfig["pylsp"].setup({
capabilities = capabilities,
on_attach = on_attach_without_formatting,
})