Python debugging
This commit is contained in:
@@ -576,7 +576,17 @@ require('lazy').setup({
|
||||
},
|
||||
-- C# Csharp
|
||||
roslyn = {},
|
||||
pylsp = {},
|
||||
pylsp = {
|
||||
settings = {
|
||||
pylsp = {
|
||||
plugins = {
|
||||
pycodestyle = {
|
||||
ignore = { 'E501' }, -- ignore line length, let black formatter manage this, sometimes lines must be long.
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
-- Ensure the servers and tools above are installed
|
||||
|
||||
Reference in New Issue
Block a user