vim-lsp-settings - Enable pylint for pylsp-all

This commit is contained in:
Emmanuel BENOîT 2023-06-05 13:47:03 +02:00
parent f93ac3a771
commit 5d13025e39

View file

@ -8,6 +8,9 @@ let g:lsp_settings = {
\ },
\ 'pycodestyle': {
\ 'maxLineLength' : 88 ,
\ },
\ 'pylint': {
\ 'enabled': v:true,
\ }
\ }
\ }