This commit is contained in:
2025-05-26 14:24:53 +02:00
3 changed files with 38 additions and 2 deletions

View File

@@ -594,7 +594,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