Compare commits
2 commits
7170482786
...
7b358f519f
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b358f519f | |||
|
|
ed11bb8515 |
1 changed files with 2 additions and 1 deletions
|
|
@ -92,7 +92,8 @@ return {
|
|||
user_command("FEmulators", "FlutterEmulators", {})
|
||||
user_command("FLogs", "FlutterLogToggle", {})
|
||||
user_command("FLogsClear", "FlutterLogClear", {})
|
||||
|
||||
user_command("FBuild", "split | term dart run build_runner build --delete-conflicting-outputs", {})
|
||||
user_command("FWatch", "split | term dart run build_runner watch --delete-conflicting-outputs", {})
|
||||
-- Target-specific Run Command
|
||||
user_command("FRunT", function(opts)
|
||||
vim.cmd("FlutterRun --web-port 1995 --target=" .. opts.args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue