File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ To avoid unexpected results you should make sure `yapf` and `autopep8` are not i
34
34
# Configuration
35
35
36
36
The plugin follows [ python-lsp-server's
37
- configuration] ( https://github.com/python-lsp/python-lsp-server/#configuration= ) . These are
37
+ configuration] ( https://github.com/python-lsp/python-lsp-server/#configuration ) . These are
38
38
the valid configuration keys:
39
39
40
40
- ` pylsp.plugins.black.enabled ` : boolean to enable/disable the plugin.
Original file line number Diff line number Diff line change @@ -47,8 +47,7 @@ def pylsp_settings():
47
47
return {
48
48
"plugins" : {
49
49
"black" : {
50
- # Disable this plugin by default because it's third-party.
51
- "enabled" : False ,
50
+ "enabled" : True ,
52
51
"line_length" : 88 ,
53
52
"preview" : False ,
54
53
"cache_config" : False ,
You can’t perform that action at this time.
0 commit comments