Compare commits
No commits in common. "7b358f519fb9503eb443c25e3c25ca9b68583b77" and "7170482786be500d6b616f873ac86a25f49b3ba5" have entirely different histories.
7b358f519f
...
7170482786
1 changed files with 1 additions and 2 deletions
|
|
@ -92,8 +92,7 @@ return {
|
||||||
user_command("FEmulators", "FlutterEmulators", {})
|
user_command("FEmulators", "FlutterEmulators", {})
|
||||||
user_command("FLogs", "FlutterLogToggle", {})
|
user_command("FLogs", "FlutterLogToggle", {})
|
||||||
user_command("FLogsClear", "FlutterLogClear", {})
|
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
|
-- Target-specific Run Command
|
||||||
user_command("FRunT", function(opts)
|
user_command("FRunT", function(opts)
|
||||||
vim.cmd("FlutterRun --web-port 1995 --target=" .. opts.args)
|
vim.cmd("FlutterRun --web-port 1995 --target=" .. opts.args)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue