Add f9 keymap for black

This commit is contained in:
flyingscorpio@arch-desktop 2020-05-30 11:41:11 +02:00
parent 41801dc496
commit b670f2bdd6

View file

@ -104,6 +104,9 @@ let NERDTreeIgnore=['^__pycache__$', '\.pyc', '\~$'] " ignore files in NERDTree
" in normal mode ,ne will open NERDTree
nmap <leader>ne :NERDTree<CR>
" F8 will run Black
nnoremap <F9> :Black<CR>
" let g:indentLine_char = '▏'
let g:indentLine_fileType = ['html', 'htmldjango']