summaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-25 15:25:07 -0600
committermo khan <mo@mokhan.ca>2025-07-02 17:29:10 -0600
commit36cc0572ccfbf5b1a88ae7fc8c0d0ec43a7220bc (patch)
tree954793f70fb5e57bd713fb9350504f6c4ff56cee /ftplugin
parent14b434b58983666c6d709bc5aaa7d50068dc5195 (diff)
chore: add bindings to run a single test and all the tests in rust code
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/rust.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/rust.vim b/ftplugin/rust.vim
new file mode 100644
index 0000000..6c381d4
--- /dev/null
+++ b/ftplugin/rust.vim
@@ -0,0 +1,2 @@
+nmap <leader>ta :RustTest!<cr>
+nmap <leader>t :RustTest<cr>