5a6fddbe0c85
More
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 18 Mar 2022 14:56:50 -0400 |
parents | 19933428015c |
children | 2f65feeb0393 |
branches/tags | (none) |
files | vim/vimrc |
Changes
--- a/vim/vimrc Tue Mar 15 16:01:25 2022 -0400 +++ b/vim/vimrc Fri Mar 18 14:56:50 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 " }}}