From 6da50c9bacac012d8a47384bfc3b08d616b4c1c2 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Thu, 28 Nov 2024 17:51:59 +0000 Subject: [PATCH] chore(vim): move ferret to use the main branch This is so we can keep up with updates. --- modules/nvim.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nvim.lua b/modules/nvim.lua index a1dbfbb..d2e70f9 100644 --- a/modules/nvim.lua +++ b/modules/nvim.lua @@ -33,7 +33,7 @@ local start_plugins = { ["cmp-nvim-lsp"] = { url = "https://github.com/hrsh7th/cmp-nvim-lsp.git", revision = "main" }, ["cmp-path"] = { url = "https://github.com/hrsh7th/cmp-path.git", revision = "main" }, ["Comment.nvim"] = { url = "https://github.com/numToStr/Comment.nvim.git" }, - ["ferret"] = { url = "https://github.com/wincent/ferret.git" }, + ["ferret"] = { url = "https://github.com/wincent/ferret.git", revision = "main" }, ["LuaSnip"] = { url = "https://github.com/L3MON4D3/LuaSnip.git" }, ["nvim-cmp"] = { url = "https://github.com/hrsh7th/nvim-cmp.git", revision = "main" }, ["nvim-lint"] = { url = "https://github.com/mfussenegger/nvim-lint.git" },