You've already forked dotfiles
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:
@@ -9,6 +9,9 @@
|
||||
return {
|
||||
execute = function(type)
|
||||
local command_table = {
|
||||
build = {
|
||||
rust = 'cargo build',
|
||||
},
|
||||
run = {
|
||||
java = 'java %',
|
||||
python = 'python %',
|
||||
|
||||
Reference in New Issue
Block a user