Closed skvrahul closed 4 years ago
Fixes #80 This PR adds a function flake8#ShowError() which shows the Error message of the line under the cursor. The user can map this to any key like so: nnoremap <C-K> :call flake8#Flake8ShowError()<cr>
nnoremap <C-K> :call flake8#Flake8ShowError()<cr>
Fixes #80 This PR adds a function flake8#ShowError() which shows the Error message of the line under the cursor. The user can map this to any key like so:
nnoremap <C-K> :call flake8#Flake8ShowError()<cr>