mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Back to pylsp
This commit is contained in:
parent
52b8d7160f
commit
71ccf15b24
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue