change plugins
This commit is contained in:
1
lua/lsp/config/marksman.lua
Normal file
1
lua/lsp/config/marksman.lua
Normal file
@ -0,0 +1 @@
|
||||
return require("lsp.config.basic_config")
|
@ -5,7 +5,11 @@ return {
|
||||
pylsp = {
|
||||
plugins = {
|
||||
pycodestyle = {
|
||||
ignore = { "E501" },
|
||||
ignore = { "E501", "E265" },
|
||||
},
|
||||
jedi_completion = {
|
||||
enabled = true,
|
||||
fuzzy = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user