X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fvim%2Ffiles%2Fvimrc;h=26cc06cd1b62dbe711d583d4ddcf2d653183b837;hb=3cc5e422a44851bdf27d128597af4349331871b8;hp=558f124c77be16ab37911ae6338ccbe4bdc18c74;hpb=86e45e95f422dd62983c3a2fbcdfbc2901ea6f17;p=max%2Fsaltfiles.git diff --git a/states/vim/files/vimrc b/states/vim/files/vimrc index 558f124..26cc06c 100644 --- a/states/vim/files/vimrc +++ b/states/vim/files/vimrc @@ -164,4 +164,6 @@ if executable('ag') endif " Auto formatters +let g:formatdef_autopep8 = "'autopep8 --aggressive --aggressive - --range '.a:firstline.' '.a:lastline" let g:formatters_python = ['autopep8'] +noremap :Autoformat