Skip to content

Commit 91811af

Browse files
committed
Switch to vim-tidal master branch now required features have landed
Previously we pointed to a branch of a fork that provided the necessary features to allow for using tidal and supercollider boot files from the nix store. These features have since landed in the following PRs: - tidalcycles/vim-tidal#74 - tidalcycles/vim-tidal#77 Master also includes a new feature for automatically running sclang in a second terminal instance: - tidalcycles/vim-tidal#78
1 parent fefe3d5 commit 91811af

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@
2323
flake = false;
2424
};
2525
vim-tidal-src = {
26-
# TODO: Switch back to `tidalcycles` repo once Vim8 terminal support
27-
# lands and following boot tidal and superdirt terminal commits.
28-
# See this PR: https://github.com/tidalcycles/vim-tidal/pull/74
29-
# url = "github:tidalcycles/vim-tidal/master";
30-
url = "github:mitchmindtree/vim-tidal/mitchmindtree";
26+
url = "github:tidalcycles/vim-tidal/master";
3127
flake = false;
3228
};
3329
vowel-src = {

0 commit comments

Comments
 (0)