updated neovim state
This commit is contained in:
parent
b58d7494de
commit
6ad129f341
@ -28,6 +28,11 @@ function! RemoveComments()
|
|||||||
"silent sort
|
"silent sort
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
function! Reformat()
|
||||||
|
:normal gg=G
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
command! Reformat call Reformat()
|
||||||
command! RemoveComments call RemoveComments()
|
command! RemoveComments call RemoveComments()
|
||||||
|
|
||||||
nnoremap <F9> :!%:p
|
nnoremap <F9> :!%:p
|
||||||
|
Loading…
Reference in New Issue
Block a user