diff --git a/lua/keybindings.lua b/lua/keybindings.lua index 606d9eb..95786f1 100644 --- a/lua/keybindings.lua +++ b/lua/keybindings.lua @@ -85,6 +85,7 @@ local on_attach = function(client, bufnr) end -- Code actions -map('n', 't', 'CargoTest', options) -- Run test under cursor +-- TODO: Generalize to LSP or only attach on Rust buffers +map('n', 't', 'RustTest', options) -- Run test under cursor return { on_attach = on_attach }