diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 8548bb3..42da420 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -104,6 +104,9 @@ let NERDTreeIgnore=['^__pycache__$', '\.pyc', '\~$'] " ignore files in NERDTree " in normal mode ,ne will open NERDTree nmap ne :NERDTree +" F8 will run Black +nnoremap :Black + " let g:indentLine_char = '▏' let g:indentLine_fileType = ['html', 'htmldjango']