plugins - Share settings between pylsp and pylsp-all

This commit is contained in:
Emmanuel BENOîT 2023-06-24 17:27:23 +02:00
parent 5923d8340b
commit 4aa39e6554
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF

View file

@ -17,3 +17,5 @@ let g:lsp_settings = {
\ }
\ },
\}
let g:lsp_settings['pylsp'] = g:lsp_settings['pylsp-all']