We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c9633 commit d484353Copy full SHA for d484353
init.lua
@@ -888,7 +888,20 @@ require('lazy').setup({
888
})
889
890
require('conform').formatters.golines = {
891
- prepend_args = { '--max-len=128' },
+ prepend_args = { '--max-len=128 --no-reformat-tags' },
892
}
893
+
894
+require('lspconfig').pylsp.setup {
895
+ settings = {
896
+ pylsp = {
897
+ plugins = {
898
+ pycodestyle = {
899
+ maxLineLength = 100,
900
+ },
901
902
903
904
+}
905
906
-- The line beneath this is called `modeline`. See `:help modeline`
907
-- vim: ts=2 sts=2 sw=2 et
0 commit comments