2f65feeb0393
Merge
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 18 Mar 2022 14:57:09 -0400 |
parents | 5a6fddbe0c85 (diff) 682defd71219 (current diff) |
children | f45de5941603 |
branches/tags | (none) |
files | vim/vimrc |
Changes
--- a/vim/vimrc Thu Mar 17 09:59:04 2022 -0400 +++ b/vim/vimrc Fri Mar 18 14:57:09 2022 -0400 @@ -1846,7 +1846,7 @@ " override this in a normal way, could you? au FileType python if exists("python_space_error_highlight") | unlet python_space_error_highlight | endif - au FileType python nnoremap <buffer> gi :Neoformat black<cr> + au FileType python nnoremap <buffer> gi :Neoformat black<cr>zx augroup END " }}}