mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2025-10-21 19:50:34 +00:00
Remove Run main from rust handlers
This commit is contained in:
parent
4f4abd670d
commit
8faca889c2
@ -14,7 +14,6 @@ return function(buffer)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local handlers = {
|
local handlers = {
|
||||||
['Run main'] = helpers.shell_handler('cargo run'),
|
|
||||||
['Test'] = helpers.shell_handler('cargo test'),
|
['Test'] = helpers.shell_handler('cargo test'),
|
||||||
['Custom'] = helpers.shell_handler('cargo ', true),
|
['Custom'] = helpers.shell_handler('cargo ', true),
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user