change plugins

This commit is contained in:
gameloader
2023-07-12 16:20:13 +08:00
parent 625acf4080
commit 62ed453c7b
10 changed files with 122 additions and 100 deletions

View File

@ -0,0 +1 @@
return require("lsp.config.basic_config")

View File

@ -5,7 +5,11 @@ return {
pylsp = {
plugins = {
pycodestyle = {
ignore = { "E501" },
ignore = { "E501", "E265" },
},
jedi_completion = {
enabled = true,
fuzzy = true,
},
},
},