From 842451ab86764158dae849ed1397aa2b69b63605 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 1 Sep 2022 14:57:11 -0400 Subject: typo --- vim/ftplugin/python.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim index 31b419c..3876ad2 100644 --- a/vim/ftplugin/python.vim +++ b/vim/ftplugin/python.vim @@ -16,4 +16,4 @@ map :ALEGoToDefinition let b:ale_fixers = { 'python': ['black', 'isort'] } let b:ale_fix_on_save = 1 -let b_ale_python_flake8_options = '--max-line-length 1000' \ No newline at end of file +let b:ale_python_flake8_options = '--max-line-length 1000' \ No newline at end of file -- cgit v1.2.3-54-g00ecf