diff --git a/neovim/lazy-lock.json b/neovim/lazy-lock.json index b5b4d85..2c3091d 100644 --- a/neovim/lazy-lock.json +++ b/neovim/lazy-lock.json @@ -38,5 +38,6 @@ "vim-endwise": { "branch": "master", "commit": "e714ac3bcfd5a90038de49c3254eded7c70ae3c3" }, "vim-fugitive": { "branch": "master", "commit": "6fcb0ad03982de646e3fecb6915e585651b9a9fb" }, "vim-illuminate": { "branch": "master", "commit": "3bd2ab64b5d63b29e05691e624927e5ebbf0fb86" }, - "vim-repeat": { "branch": "master", "commit": "24afe922e6a05891756ecf331f39a1f6743d3d5a" } + "vim-repeat": { "branch": "master", "commit": "24afe922e6a05891756ecf331f39a1f6743d3d5a" }, + "vim-tidal": { "branch": "master", "commit": "e440fe5bdfe07f805e21e6872099685d38e8b761" } } \ No newline at end of file diff --git a/neovim/lua/plugins/etc.lua b/neovim/lua/plugins/etc.lua index f2243bb..0b3a2f8 100644 --- a/neovim/lua/plugins/etc.lua +++ b/neovim/lua/plugins/etc.lua @@ -126,4 +126,6 @@ return { check_ts = true, }, }, + + "tidalcycles/vim-tidal", }