updated neovim state

This commit is contained in:
Paul 2024-01-27 10:41:39 +01:00
parent b58d7494de
commit 6ad129f341

View File

@ -28,6 +28,11 @@ function! RemoveComments()
"silent sort
endfunction
function! Reformat()
:normal gg=G
endfunction
command! Reformat call Reformat()
command! RemoveComments call RemoveComments()
nnoremap <F9> :!%:p