Fix pylsp formatting

This commit is contained in:
Augusto Gunsch
2021-11-27 10:58:43 -03:00
parent 3695cf1f99
commit ac825f5591

View File

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