You've already forked dotfiles
feat: Replacement of the autopairs plugin using snippets, extension of
snippets (mainly python) and cleanup of keymappings for snippets.
This commit is contained in:
@@ -3,9 +3,9 @@ return {
|
||||
pylsp = {
|
||||
plugins = {
|
||||
pycodestyle = {
|
||||
enabled = false,
|
||||
enabled = true,
|
||||
ignore = {
|
||||
'E501'
|
||||
'E501' -- line-too-long
|
||||
},
|
||||
maxLineLength = 120,
|
||||
},
|
||||
@@ -13,7 +13,6 @@ return {
|
||||
enabled = true,
|
||||
args = {
|
||||
'--disable=line-too-long',
|
||||
'--disable=missing-function-docstring'
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user