From 1c3c32b398e0e3350ea3e2fb19d2b63c463a7472 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Fri, 6 Dec 2024 18:24:34 -0800 Subject: [PATCH] neovime: Remove tidalcycles plugin --- neovim/lazy-lock.json | 1 - neovim/lua/plugins/etc.lua | 2 -- 2 files changed, 3 deletions(-) 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", }