mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-15 14:46:27 +00:00
5 lines
143 B
VimL
5 lines
143 B
VimL
|
Plug 'benekastah/neomake'
|
||
|
nnoremap <F5> :Neomake<CR>
|
||
|
let g:neomake_python_enabled_makers = ['flake8']
|
||
|
command! TagsUpdate NeomakeSh ctags -R .
|