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