vimfiles
Code
Branches
Tags
Commits
Commit
36cc057
mo khan <mo@mokhan.ca>
2025-06-25
21:25:07
chore: add bindings to run a single test and all the tests in rust code
main
1 parent
14b434b
Changed files (1)
ftplugin
rust.vim
ftplugin/rust.vim
@@ -0,0 +1,2 @@
+nmap <leader>ta :RustTest!<cr>
+nmap <leader>t :RustTest<cr>