X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e0980afa8f6cef5e5e1f93ef4ffe4b01d2e048e0..a806163181ad41ec036096a2f235871682fd64cf:/README.mdown diff --git a/README.mdown b/README.mdown index 940eadf..00d4951 100644 --- a/README.mdown +++ b/README.mdown @@ -108,6 +108,20 @@ This plugin goes well together with the following plugin: and ``) +Max line lengths +---------------- + +One particular customization a lot of people like to make is relaxing the +maximum line length default. This is a config setting that should be set in +flake8 itself. (vim-flake8 "just" invokes it and deals with showing the output +in Vim's quickfix window.) + +To do so, put the following into your `~/.config/flake8` file: + + [flake8] + max-line-length = 120 + + History ------- 1.6: Deprecated configuring flake8 options through Vim settings. Instead,