This commit is contained in:
Sebastian Moser
2025-03-03 12:59:53 +01:00
parent 7204592732
commit 6a546d9f86
19 changed files with 696 additions and 116 deletions

View File

@@ -395,6 +395,20 @@
" ###### rust ###### "
" specially for mize...
cnoreabbrev md call Set_Mize_RunBuild()
function! Set_Mize_RunBuild()
cnoreabbrev c call Mize_RunBuild()
endfunction
function! Mize_RunBuild()
:w
silent ! echo Run > ~/.mize/mize_dev_module/pipe
endfunction
function! Setup_rust()
vnoremap s :call Rust_toggle_comment()<Enter>