File tree 2 files changed +0
-16
lines changed
2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ M.options = {
7
7
{ text = " Run this file" , value = " option1" },
8
8
{ text = " FPM build and run" , value = " option2" },
9
9
{ text = " FPM build" , value = " option3" },
10
- { text = " FPM run" , value = " option4" },
11
10
}
12
11
13
12
-- Backend - overseer tasks performed on option selected
@@ -55,16 +54,6 @@ function M.action(selected_option)
55
54
},},},})
56
55
task :start ()
57
56
vim .cmd (" OverseerOpen" )
58
- elseif selected_option == " option4" then
59
- local task = overseer .new_task ({
60
- name = " - Fortran compiler" ,
61
- strategy = { " orchestrator" ,
62
- tasks = {{ " shell" , name = " - fpm run → " .. " fpm.toml" ,
63
- cmd = " fpm run " .. -- run
64
- " && echo '" .. final_message .. " '" -- echo
65
- },},},})
66
- task :start ()
67
- vim .cmd (" OverseerOpen" )
68
57
end
69
58
end
70
59
Original file line number Diff line number Diff line change @@ -14,8 +14,3 @@ vim.wait(ms)
14
14
vim .api .nvim_set_current_dir (example .. " fpm-build/" )
15
15
language .action (" option3" )
16
16
vim .wait (ms )
17
-
18
- -- Run
19
- vim .api .nvim_set_current_dir (example .. " fpm-run/" )
20
- language .action (" option4" )
21
- vim .wait (ms )
You can’t perform that action at this time.
0 commit comments