Fix pylsp formatting
This commit is contained in:
parent
3695cf1f99
commit
ac825f5591
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue