vim-lsp-settings - Python LSP server had its ID changed

This commit is contained in:
Emmanuel BENOîT 2021-09-02 11:06:47 +02:00
parent dd93afedb6
commit cceb4b3833

View file

@ -1,7 +1,7 @@
let g:lsp_settings = {
\ 'pyls-all': {
\ 'pylsp-all': {
\ 'workspace_config': {
\ 'pyls': {
\ 'pylsp': {
\ 'plugins': {
\ 'black': {
\ 'enabled' : v:true ,