Fix pylsp formatting

This commit is contained in:
Augusto Gunsch 2021-11-27 10:58:43 -03:00
parent 3695cf1f99
commit ac825f5591
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 1 additions and 6 deletions

View File

@ -144,11 +144,6 @@ end
-- Servers with custom setup -- Servers with custom setup
-- pylsp -- pylsp
local attach_pylsp = function(client, bufnr)
common_bindings(client, bufnr)
end
local pylsp_settings = { local pylsp_settings = {
pylsp = { pylsp = {
plugins = { plugins = {
@ -159,7 +154,7 @@ local pylsp_settings = {
} }
} }
setup('pylsp', attach_pylsp, pylsp_settings) setup('pylsp', default_attach, pylsp_settings)
EOF EOF