diff --git a/neovim/lazy-lock.json b/neovim/lazy-lock.json index 603e291..0028951 100644 --- a/neovim/lazy-lock.json +++ b/neovim/lazy-lock.json @@ -39,5 +39,4 @@ "vim-fugitive": { "branch": "master", "commit": "320b18fba2a4f2fe3c8225c778c687e0d2620384" }, "vim-illuminate": { "branch": "master", "commit": "5eeb7951fc630682c322e88a9bbdae5c224ff0aa" }, "vim-repeat": { "branch": "master", "commit": "65846025c15494983dafe5e3b46c8f88ab2e9635" }, - "vim-tidal": { "branch": "master", "commit": "e440fe5bdfe07f805e21e6872099685d38e8b761" } } diff --git a/neovim/lua/plugins/etc.lua b/neovim/lua/plugins/etc.lua index bc17a47..bc808f3 100644 --- a/neovim/lua/plugins/etc.lua +++ b/neovim/lua/plugins/etc.lua @@ -113,6 +113,4 @@ return { check_ts = true, }, }, - - "tidalcycles/vim-tidal", }