updated neovim state
This commit is contained in:
parent
b58d7494de
commit
6ad129f341
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user