1
0
mirror of https://github.com/amix/vimrc synced 2025-07-01 04:35:00 +08:00

Updated plugins

This commit is contained in:
Amir
2020-04-25 21:56:16 -04:00
parent d98c510eee
commit fef069af24
114 changed files with 4018 additions and 988 deletions

View File

@ -104,6 +104,12 @@ To customize the colors used for markers, define the highlight groups, `Flake8_E
highlight link Flake8_Naming WarningMsg
highlight link Flake8_PyFlake WarningMsg
To show the error message of the current line in the ruler, call `flake8#ShowError()`:
" add binding to call the function
nnoremap <C-K> :call flake8#Flake8ShowError()<cr>
Tips
----
A tip might be to run the Flake8 check every time you write a Python file, to