Adding a custom function to run build only calls, staring with rust.

Adding a keymapping for the new build only shortcut.
This commit is contained in:
2024-03-26 19:15:32 -05:00
parent 2a97dd9901
commit 0db81d6874
2 changed files with 5 additions and 1 deletions

View File

@@ -9,6 +9,9 @@
return {
execute = function(type)
local command_table = {
build = {
rust = 'cargo build',
},
run = {
java = 'java %',
python = 'python %',